diff options
| author | mat <27899617+mat-1@users.noreply.github.com> | 2022-12-07 21:09:58 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-07 21:09:58 -0600 |
| commit | 7d901e39bc10a855b545d7b6c167f45148a1fb0a (patch) | |
| tree | 88fe0a8f2f04f49f4df90e2f5462aa35a4278c68 /azalea-language | |
| parent | 9f5e5c092be9167e4d5222fdee4a1d2c419e5052 (diff) | |
| download | azalea-drasl-7d901e39bc10a855b545d7b6c167f45148a1fb0a.tar.xz | |
1.19.3 (#34)
* start updating to 22w42a
* work a bit more on 22w42a
* player chat packet
* serverbound hello packet
* Update mod.rs
* add more stuff to clientbound player chat packet
* ClientboundPlayerInfoUpdatePacket
* features enabled and container closed
* serverbound chat packets
* make it compile
* 22w43a
* ServerboundChatSessionUpdatePacket
* profile_public_key isn't Option anymore
* Update bitset.rs
* joining a server works
* fix entitydatavalue
* backtraces + fix clientbound chat message
* fix some warnings and add more ecomments
* 22w44a
* generate en_us.json
* add updating guide to codegen/readme
* fix some markdown
* update list of generated things
* metadata stuff
* Replace PJS generator mod with PixLyzer (#38)
* pixlizer extractor
* start working on shape extraction
* fix generating language
* fix pixlyzer shape generation
* use empty_shape
* generate blocks and shapes
* update pixlyzer dir
* Revert "update pixlyzer dir"
This reverts commit ee9a0e7a49936dd8569c610ba9b6455895eeff71.
* fix
* fix
* Revert "fix"
This reverts commit ad12ddcb009ccc4eeb13ddef0871db1d9322ab7d.
* fix
* detect pixlyzer fail
* fix pixlyzer
* 22w45a
* gen entities
* add async-trait dep
* update codegen/readme.md
* explain when rust_log should be used
* remove some unused code
* start fixing pixlyzer issues
* fix a thing in codegen
* almost fixed
* more progress towards 1.19.3
* 1.19.3-pre2
* fixes
* revert some hardcoded property names
* Delete clientbound_player_info_packet.rs
* handle 1.19.3 player info packets
* handle playerinforemove
* start updating to 1.19.3-rc1
* optional registries work
* fix some issues with 1.19.3
chat doesn't work yet
* aaaaaaaaaaaaaaaaa
* oh
* ignore unused shapes
* uncomment generate_blocks
* fix migrate
* 1.19.3-rc2
* fix clippy warnings
* 1.19.3-rc3
* split the azalea-buf macro into separate modules
* improve Recipe in protocol
* 1.19.3
Diffstat (limited to 'azalea-language')
| -rwxr-xr-x | azalea-language/src/en_us.json | 851 |
1 files changed, 754 insertions, 97 deletions
diff --git a/azalea-language/src/en_us.json b/azalea-language/src/en_us.json index 9bc48bbe..b480393b 100755 --- a/azalea-language/src/en_us.json +++ b/azalea-language/src/en_us.json @@ -30,7 +30,7 @@ "narration.checkbox": "Checkbox: %s", "narration.checkbox.usage.focused": "Press Enter to toggle", "narration.checkbox.usage.hovered": "Left click to toggle", - "narration.recipe": "Reciple for %s", + "narration.recipe": "Recipe for %s", "narration.recipe.usage": "Left click to select", "narration.recipe.usage.more": "Right click to show more recipes", "narration.selection.usage": "Press up and down buttons to move to another entry", @@ -54,6 +54,7 @@ "gui.all": "All", "gui.ok": "Ok", "gui.proceed": "Proceed", + "gui.acknowledge": "Acknowledge", "gui.recipebook.moreRecipes": "Right Click for More", "gui.recipebook.search_hint": "Search...", "gui.recipebook.toggleRecipes.all": "Showing All", @@ -79,13 +80,95 @@ "gui.socialInteractions.empty_blocked": "No blocked players in chat", "gui.socialInteractions.hide": "Hide in Chat", "gui.socialInteractions.show": "Show in Chat", + "gui.socialInteractions.report": "Report", "gui.socialInteractions.hidden_in_chat": "Chat messages from %s will be hidden", "gui.socialInteractions.shown_in_chat": "Chat messages from %s will be shown", - "gui.socialInteractions.tooltip.hide": "Hide messages from %s in chat", - "gui.socialInteractions.tooltip.show": "Show messages from %s in chat", + "gui.socialInteractions.tooltip.hide": "Hide messages", + "gui.socialInteractions.tooltip.show": "Show messages", + "gui.socialInteractions.tooltip.report": "Report player", + "gui.socialInteractions.tooltip.report.disabled": "The reporting service is unavailable", + "gui.socialInteractions.tooltip.report.no_messages": "No reportable messages from player %s", + "gui.socialInteractions.tooltip.report.not_reportable": "This player can't be reported, because their chat messages can't be verified on this server", + "gui.socialInteractions.narration.hide": "Hide messages from %s", + "gui.socialInteractions.narration.show": "Show messages from %s", + "gui.socialInteractions.narration.report": "Report player %s", "gui.narrate.button": "%s button", "gui.narrate.slider": "%s slider", "gui.narrate.editBox": "%s edit box: %s", + "gui.chatReport.title": "Report Player", + "gui.chatReport.send": "Send Report", + "gui.chatReport.send.comments_too_long": "Please shorten the comment", + "gui.chatReport.send.no_reason": "Please select a report category", + "gui.chatReport.send.no_reported_messages": "Please select at least one chat message to report", + "gui.chatReport.send.too_many_messages": "Trying to include too many messages in the report", + "gui.chatReport.observed_what": "Why are you reporting this?", + "gui.chatReport.select_reason": "Select Report Category", + "gui.chatReport.more_comments": "Please describe what happened:", + "gui.chatReport.describe": "Sharing details will help us make a well-informed decision.", + "gui.chatReport.comments": "Comments", + "gui.chatReport.read_info": "Learn About Reporting", + "gui.chatReport.select_chat": "Select Chat Messages to Report", + "gui.chatReport.selected_chat": "%s Chat Message(s) Selected to Report", + "gui.chatReport.report_sent_msg": "We\u2019ve successfully received your report. Thank you!\n\nOur team will review it as soon as possible.", + "gui.chatReport.discard.title": "Discard report and comments?", + "gui.chatReport.discard.content": "If you leave, you'll lose this report and your comments.\nAre you sure you want to leave?", + "gui.chatReport.discard.discard": "Leave and Discard Report", + "gui.chatReport.discard.draft": "Save as Draft", + "gui.chatReport.discard.return": "Continue Editing", + "gui.chatReport.draft.title": "Edit draft chat report?", + "gui.chatReport.draft.content": "Would you like to continue editing the existing report or discard it and create a new one?", + "gui.chatReport.draft.quittotitle.title": "You have a draft chat report that will be lost if you quit", + "gui.chatReport.draft.quittotitle.content": "Would you like to continue editing it or discard it?", + "gui.chatReport.draft.discard": "Discard", + "gui.chatReport.draft.edit": "Continue Editing", + "gui.abuseReport.reason.title": "Select Report Category", + "gui.abuseReport.reason.description": "Description:", + "gui.abuseReport.reason.narration": "%s: %s", + "gui.abuseReport.reason.false_reporting": "False Reporting", + "gui.abuseReport.reason.child_sexual_exploitation_or_abuse": "Child sexual exploitation or abuse", + "gui.abuseReport.reason.child_sexual_exploitation_or_abuse.description": "Someone is talking about or otherwise promoting indecent behavior involving children.", + "gui.abuseReport.reason.terrorism_or_violent_extremism": "Terrorism or violent extremism", + "gui.abuseReport.reason.terrorism_or_violent_extremism.description": "Someone is talking about, promoting, or threatening to commit acts of terrorism or violent extremism for political, religious, ideological, or other reasons.", + "gui.abuseReport.reason.hate_speech": "Hate speech", + "gui.abuseReport.reason.hate_speech.description": "Someone is attacking you or another player based on characteristics of their identity, like religion, race, or sexuality.", + "gui.abuseReport.reason.harassment_or_bullying": "Harassment or bullying", + "gui.abuseReport.reason.harassment_or_bullying.description": "Someone is shaming, attacking, or bullying you or someone else. This includes when someone is repeatedly trying to contact you or someone else without consent or posting private personal information about you or someone else without consent (\"doxing\").", + "gui.abuseReport.reason.imminent_harm": "Imminent harm - Threat to harm others", + "gui.abuseReport.reason.imminent_harm.description": "Someone is threatening to harm you or someone else in real life.", + "gui.abuseReport.reason.defamation_impersonation_false_information": "Defamation, impersonation, or false information", + "gui.abuseReport.reason.defamation_impersonation_false_information.description": "Someone is damaging someone else's reputation, pretending to be someone they're not, or sharing false information with the aim to exploit or mislead others.", + "gui.abuseReport.reason.self_harm_or_suicide": "Imminent harm - Self-harm or suicide", + "gui.abuseReport.reason.self_harm_or_suicide.description": "Someone is threatening to harm themselves in real life or talking about harming themselves in real life.", + "gui.abuseReport.reason.alcohol_tobacco_drugs": "Drugs or alcohol", + "gui.abuseReport.reason.alcohol_tobacco_drugs.description": "Someone is encouraging others to partake in illegal drug related activities or encouraging underage drinking.", + "gui.abuseReport.reason.non_consensual_intimate_imagery": "Non-consensual intimate imagery", + "gui.abuseReport.reason.non_consensual_intimate_imagery.description": "Someone is talking about, sharing, or otherwise promoting private and intimate images.", + "gui.abuseReport.sending.title": "Sending your report...", + "gui.abuseReport.sent.title": "Report sent", + "gui.abuseReport.error.title": "Problem sending your report", + "gui.abuseReport.send.generic_error": "Encountered an unexpected error while sending your report.", + "gui.abuseReport.send.error_message": "An error was returned while sending your report:\n'%s'", + "gui.abuseReport.send.service_unavailable": "Unable to reach the Abuse Reporting service. Please make sure you are connected to the internet and try again.", + "gui.abuseReport.send.http_error": "An unexpected HTTP error occurred while sending your report.", + "gui.abuseReport.send.json_error": "Encountered malformed payload while sending your report.", + "gui.chatSelection.title": "Select Chat Messages to Report", + "gui.chatSelection.context": "Messages surrounding this selection will be included to provide additional context", + "gui.chatSelection.selected": "%s/%s message(s) selected", + "gui.chatSelection.heading": "%s %s", + "gui.chatSelection.message.narrate": "%s said: %s at %s", + "gui.chatSelection.fold": "%s message(s) hidden", + "gui.chatSelection.join": "%s joined the chat", + "gui.multiLineEditBox.character_limit": "%s/%s", + "gui.banned.title.temporary": "Account temporarily suspended", + "gui.banned.title.permanent": "Account permanently banned", + "gui.banned.description": "%s\n\n%s\n\nLearn more at the following link: %s", + "gui.banned.description.reason": "We recently received a report for bad behavior by your account. Our moderators have now reviewed your case and identified it as %s, which goes against the Minecraft Community Standards.", + "gui.banned.description.reason_id": "Code: %s", + "gui.banned.description.reason_id_message": "Code: %s - %s", + "gui.banned.description.unknownreason": "We recently received a report for bad behavior by your account. Our moderators have now reviewed your case and identified that it goes against the Minecraft Community Standards.", + "gui.banned.description.temporary.duration": "Your account is temporarily suspended and will be reactivated in %s.", + "gui.banned.description.temporary": "%s Until then, you can\u2019t play online or join Realms.", + "gui.banned.description.permanent": "Your account is permanently banned, which means you can\u2019t play online or join Realms.", "translation.test.none": "Hello, world!", "translation.test.complex": "Prefix, %s%2$s again %s and %1$s lastly %s and also %1$s again!", "translation.test.escape": "%%s %%%s %%%%s %%%%%s", @@ -115,6 +198,7 @@ "menu.shareToLan": "Open to LAN", "menu.sendFeedback": "Give Feedback", "menu.reportBugs": "Report Bugs", + "menu.playerReporting": "Player Reporting", "menu.paused": "Game Paused", "menu.modded": " (Modded)", "optimizeWorld.confirm.title": "Optimize World", @@ -162,6 +246,7 @@ "selectWorld.enterSeed": "Seed for the world generator", "selectWorld.seedInfo": "Leave blank for a random seed", "selectWorld.cheats": "Cheats", + "selectWorld.experimental": "Experimental", "selectWorld.customizeType": "Customize", "selectWorld.version": "Version:", "selectWorld.versionUnknown": "unknown", @@ -176,7 +261,7 @@ "selectWorld.backupWarning.customized": "Unfortunately, we do not support customized worlds in this version of Minecraft. We can still load this world and keep everything the way it was, but any newly generated terrain will no longer be customized. We're sorry for the inconvenience!", "selectWorld.backupQuestion.experimental": "Worlds using Experimental Settings are not supported", "selectWorld.backupWarning.experimental": "This world uses experimental settings that could stop working at any time. We cannot guarantee it will load or work. Here be dragons!", - "selectWorld.backupEraseCache": "Erase cached data", + "selectWorld.backupEraseCache": "Erase Cached Data", "selectWorld.backupJoinConfirmButton": "Create Backup and Load", "selectWorld.backupJoinSkipButton": "I know what I'm doing!", "selectWorld.tooltip.fromNewerVersion1": "World was saved in a newer version,", @@ -194,6 +279,7 @@ "selectWorld.access_failure": "Failed to access world", "selectWorld.delete_failure": "Failed to delete world", "selectWorld.data_read": "Reading world data...", + "selectWorld.loading_list": "Loading world list", "createWorld.customize.presets": "Presets", "createWorld.customize.presets.title": "Select a Preset", "createWorld.customize.presets.select": "Use Preset", @@ -208,15 +294,16 @@ "createWorld.customize.flat.layer.bottom": "Bottom - %s", "createWorld.customize.buffet.title": "Buffet world customization", "createWorld.customize.buffet.biome": "Please select a biome", - "createWorld.customize.preset.classic_flat": "Classic Flat", - "createWorld.customize.preset.tunnelers_dream": "Tunnelers' Dream", - "createWorld.customize.preset.water_world": "Water World", - "createWorld.customize.preset.overworld": "Overworld", - "createWorld.customize.preset.snowy_kingdom": "Snowy Kingdom", - "createWorld.customize.preset.bottomless_pit": "Bottomless Pit", - "createWorld.customize.preset.desert": "Desert", - "createWorld.customize.preset.redstone_ready": "Redstone Ready", - "createWorld.customize.preset.the_void": "The Void", + "flat_world_preset.unknown": "???", + "flat_world_preset.minecraft.classic_flat": "Classic Flat", + "flat_world_preset.minecraft.tunnelers_dream": "Tunnelers' Dream", + "flat_world_preset.minecraft.water_world": "Water World", + "flat_world_preset.minecraft.overworld": "Overworld", + "flat_world_preset.minecraft.snowy_kingdom": "Snowy Kingdom", + "flat_world_preset.minecraft.bottomless_pit": "Bottomless Pit", + "flat_world_preset.minecraft.desert": "Desert", + "flat_world_preset.minecraft.redstone_ready": "Redstone Ready", + "flat_world_preset.minecraft.the_void": "The Void", "createWorld.customize.custom.page0": "Basic Settings", "createWorld.customize.custom.page1": "Ore Settings", "createWorld.customize.custom.page2": "Advanced Settings (Expert Users Only!)", @@ -327,19 +414,24 @@ "selectWorld.import_worldgen_settings": "Import Settings", "selectWorld.import_worldgen_settings.select_file": "Select settings file (.json)", "selectWorld.import_worldgen_settings.failure": "Error importing settings", - "selectWorld.import_worldgen_settings.experimental.title": "Warning! These settings are using experimental features", - "selectWorld.import_worldgen_settings.experimental.question": "These settings are experimental and could one day stop working. Do you wish to proceed?", - "selectWorld.import_worldgen_settings.deprecated.title": "Warning! These settings are using deprecated features", - "selectWorld.import_worldgen_settings.deprecated.question": "Some features used are deprecated and will stop working in the future. Do you wish to proceed?", - "generator.default": "Default", - "generator.flat": "Superflat", - "generator.large_biomes": "Large Biomes", - "generator.amplified": "AMPLIFIED", - "generator.customized": "Old Customized", + "selectWorld.warning.experimental.title": "Warning! These settings are using experimental features", + "selectWorld.warning.experimental.question": "These settings are experimental and could one day stop working. Do you wish to proceed?", + "selectWorld.warning.deprecated.title": "Warning! These settings are using deprecated features", + "selectWorld.warning.deprecated.question": "Some features used are deprecated and will stop working in the future. Do you wish to proceed?", + "selectWorld.experimental.title": "Experimental Features Warning", + "selectWorld.experimental.message": "Be careful!\nSome of the selected packs require features that are still under development. Your world might crash, break or not work with future updates.", + "selectWorld.experimental.details": "Details", + "selectWorld.experimental.details.title": "Experimental feature requirements", + "selectWorld.experimental.details.entry": "Required experimental features: %s", "generator.custom": "Custom", - "generator.debug_all_block_states": "Debug Mode", - "generator.amplified.info": "Notice: Just for fun! Requires a beefy computer.", - "generator.single_biome_surface": "Single Biome", + "generator.minecraft.normal": "Default", + "generator.minecraft.flat": "Superflat", + "generator.minecraft.large_biomes": "Large Biomes", + "generator.minecraft.amplified": "AMPLIFIED", + "generator.minecraft.amplified.info": "Notice: Just for fun! Requires a beefy computer.", + "generator.minecraft.debug_all_block_states": "Debug Mode", + "generator.minecraft.single_biome_surface": "Single Biome", + "generator.customized": "Old Customized", "generator.single_biome_caves": "Caves", "generator.single_biome_floating_islands": "Floating Islands", "selectServer.title": "Select Server", @@ -367,6 +459,11 @@ "lanServer.scanning": "Scanning for games on your local network", "lanServer.start": "Start LAN World", "lanServer.otherPlayers": "Settings for Other Players", + "lanServer.port": "Port Number", + "lanServer.port.unavailable": "Port not available.\nLeave the edit box empty or enter a different number between 1024 and 65535.", + "lanServer.port.unavailable.new": "Port not available.\nLeave the edit box empty or enter a different number between %s and %s.", + "lanServer.port.invalid": "Not a valid port.\nLeave the edit box empty or enter a number between 1024 and 65535.", + "lanServer.port.invalid.new": "Not a valid port.\nLeave the edit box empty or enter a number between %s and %s.", "multiplayerWarning.header": "Caution: Third-Party Online Play", "multiplayerWarning.message": "Caution: Online play is offered by third-party servers that are not owned, operated, or supervised by Mojang Studios or Microsoft. During online play, you may be exposed to unmoderated chat messages or other types of user-generated content that may not be suitable for everyone.", "multiplayerWarning.check": "Do not show this screen again", @@ -430,12 +527,24 @@ "multiplayer.disconnect.name_taken": "That name is already taken", "multiplayer.disconnect.unexpected_query_response": "Unexpected custom data from client", "multiplayer.disconnect.missing_tags": "Incomplete set of tags received from server.\nPlease contact server operator.", + "multiplayer.disconnect.expired_public_key": "Expired profile public key. Check that your system time is synchronized, and try restarting your game.", + "multiplayer.disconnect.invalid_public_key_signature": "Invalid signature for profile public key.\nTry restarting your game.", + "multiplayer.disconnect.out_of_order_chat": "Out-of-order chat packet received. Did your system time change?", + "multiplayer.disconnect.unsigned_chat": "Received chat packet with missing or invalid signature.", + "multiplayer.disconnect.too_many_pending_chats": "Too many unacknowledged chat messages", + "multiplayer.disconnect.chat_validation_failed": "Chat message validation failure", "multiplayer.socialInteractions.not_available": "Social Interactions are only available in Multiplayer worlds", + "multiplayer.unsecureserver.toast.title": "Chat messages can't be verified", + "multiplayer.unsecureserver.toast": "Messages sent on this server may be modified and might not reflect the original message", "chat.editBox": "chat", "chat.cannotSend": "Cannot send chat message", "chat.disabled.options": "Chat disabled in client options", "chat.disabled.launcher": "Chat disabled by launcher option. Cannot send message", - "chat.disabled.profile": "Chat not allowed by account settings. Cannot send message", + "chat.disabled.profile": "Chat not allowed by account settings. Press '%s' again for more information", + "chat.disabled.profile.moreInfo": "Chat not allowed by account settings. Cannot send or view messages.", + "chat.disabled.expiredProfileKey": "Chat disabled due to expired profile public key. Please try reconnecting.", + "chat.disabled.chain_broken": "Chat disabled due to broken chain. Please try reconnecting.", + "chat.disabled.missingProfileKey": "Chat disabled due to missing profile public key. Please try reconnecting.", "chat.type.text": "<%s> %s", "chat.type.text.narrate": "%s says %s", "chat.type.emote": "* %s %s", @@ -457,6 +566,13 @@ "chat.coordinates.tooltip": "Click to teleport", "chat.queue": "[+%s pending lines]", "chat.square_brackets": "[%s]", + "chat.tag.system": "Server message. Cannot be reported.", + "chat.tag.system_single_player": "Server message.", + "chat.tag.not_secure": "Unverified message. Cannot be reported.", + "chat.tag.modified": "Message modified by the server. Original:", + "chat.filtered_full": "The server has hidden your message for some players.", + "chat.filtered": "Filtered by the server.", + "chat.deleted_marker": "This chat message has been deleted by the server.", "menu.playdemo": "Play Demo World", "menu.resetdemo": "Reset Demo World", "demo.day.1": "This demo will last five game days. Do your best!", @@ -497,6 +613,7 @@ "disconnect.loginFailedInfo.serversUnavailable": "The authentication servers are currently not reachable. Please try again.", "disconnect.loginFailedInfo.invalidSession": "Invalid session (Try restarting your game and the launcher)", "disconnect.loginFailedInfo.insufficientPrivileges": "Multiplayer is disabled. Please check your Microsoft account settings.", + "disconnect.loginFailedInfo.userBanned": "You are banned from playing online", "disconnect.quitting": "Quitting", "disconnect.endOfStream": "End of stream", "disconnect.overflow": "Buffer overflow", @@ -541,7 +658,9 @@ "options.screenEffectScale": "Distortion Effects", "options.screenEffectScale.tooltip": "Strength of nausea and Nether portal screen distortion effects.\nAt lower values, the nausea effect is replaced with a green overlay.", "options.fovEffectScale": "FOV Effects", - "options.fovEffectScale.tooltip": "Controls how much the field of view can change with speed effects.", + "options.fovEffectScale.tooltip": "Controls how much the field of view can change with gameplay effects.", + "options.darknessEffectScale": "Darkness Pulsing", + "options.darknessEffectScale.tooltip": "Controls how much the Darkness effect pulses when a Warden or Sculk Shrieker gives it to you.", "options.biomeBlendRadius": "Biome Blend", "options.biomeBlendRadius.1": "OFF (Fastest)", "options.biomeBlendRadius.3": "3x3 (Fast)", @@ -624,12 +743,21 @@ "options.chat.width": "Width", "options.chat.height.focused": "Focused Height", "options.chat.height.unfocused": "Unfocused Height", + "options.onlyShowSecureChat": "Only Show Secure Chat", + "options.onlyShowSecureChat.tooltip": "Only display messages from other players that can be verified to have been sent by that player, and have not been modified.", "options.accessibility.title": "Accessibility Settings...", "options.accessibility.text_background": "Text Background", "options.accessibility.text_background.chat": "Chat", "options.accessibility.text_background.everywhere": "Everywhere", "options.accessibility.text_background_opacity": "Text Background Opacity", + "options.accessibility.panorama_speed": "Panorama Scroll Speed", "options.accessibility.link": "Accessibility Guide", + "options.telemetry": "Telemetry Data", + "options.telemetry.button": "Data Collection", + "options.telemetry.state.none": "None", + "options.telemetry.state.minimal": "Minimal", + "options.telemetry.state.all": "All", + "options.telemetry.button.tooltip": "\"%s\" includes only the required data.\n\"%s\" includes optional, as well as the required data.", "options.audioDevice": "Device", "options.audioDevice.default": "System Default", "options.key.toggle": "Toggle", @@ -656,12 +784,16 @@ "options.attack.crosshair": "Crosshair", "options.attack.hotbar": "Hotbar", "options.showSubtitles": "Show Subtitles", + "options.directionalAudio": "Directional Audio", + "options.directionalAudio.on.tooltip": "Uses HRTF-based directional audio to improve the simulation of 3D sound. Requires HRTF compatible audio hardware, and is best experienced with headphones.", + "options.directionalAudio.off.tooltip": "Classic Stereo sound", "options.online": "Online...", "options.online.title": "Online Options", "options.allowServerListing": "Allow Server Listings", "options.allowServerListing.tooltip": "Servers may list online players as part of their public status.\nWith this option off your name will not show up in such lists.", "options.realmsNotifications": "Realms Notifications", "options.autoJump": "Auto-Jump", + "options.operatorItemsTab": "Operator Items Tab", "options.autoSuggestCommands": "Command Suggestions", "options.autosaveIndicator": "Autosave Indicator", "options.discrete_mouse_scroll": "Discrete Scrolling", @@ -693,6 +825,8 @@ "title.32bit.deprecation.realms": "Minecraft will soon require a 64-bit system, which will prevent you from playing or using Realms on this device. You will need to manually cancel any Realms subscription.", "title.32bit.deprecation.realms.check": "Do not show this screen again", "title.multiplayer.disabled": "Multiplayer is disabled. Please check your Microsoft account settings.", + "title.multiplayer.disabled.banned.temporary": "Your account is temporarily suspended from online play", + "title.multiplayer.disabled.banned.permanent": "Your account is permanently suspended from online play", "controls.title": "Controls", "controls.reset": "Reset", "controls.resetAll": "Reset Keys", @@ -844,16 +978,22 @@ "pack.folderInfo": "(Place pack files here)", "resourcePack.title": "Select Resource Packs", "resourcePack.server.name": "World Specific Resources", + "resourcePack.programmer_art.name": "Programmer Art", "resourcePack.broken_assets": "BROKEN ASSETS DETECTED", - "resourcePack.vanilla.description": "The default resources for Minecraft", + "resourcePack.vanilla.name": "Default", + "resourcePack.vanilla.description": "The default look and feel of Minecraft", "resourcePack.load_fail": "Resource reload failed", "dataPack.title": "Select Data Packs", "dataPack.validation.working": "Validating selected data packs...", "dataPack.validation.failed": "Data pack validation failed!", "dataPack.validation.back": "Go Back", "dataPack.validation.reset": "Reset to Default", + "dataPack.vanilla.name": "Default", "dataPack.vanilla.description": "The default data for Minecraft", + "dataPack.bundle.description": "Enables experimental Bundle item", + "dataPack.update_1_20.description": "New features and content for Minecraft 1.20", "sign.edit": "Edit Sign Message", + "hanging_sign.edit": "Edit Hanging Sign Message", "book.pageIndicator": "Page %1$s of %2$s", "book.byAuthor": "by %1$s", "book.signButton": "Sign", @@ -896,18 +1036,24 @@ "block.minecraft.jungle_planks": "Jungle Planks", "block.minecraft.acacia_planks": "Acacia Planks", "block.minecraft.dark_oak_planks": "Dark Oak Planks", + "block.minecraft.mangrove_planks": "Mangrove Planks", + "block.minecraft.bamboo_planks": "Bamboo Planks", + "block.minecraft.bamboo_mosaic": "Bamboo Mosaic", "block.minecraft.oak_sapling": "Oak Sapling", "block.minecraft.spruce_sapling": "Spruce Sapling", "block.minecraft.birch_sapling": "Birch Sapling", "block.minecraft.jungle_sapling": "Jungle Sapling", "block.minecraft.acacia_sapling": "Acacia Sapling", "block.minecraft.dark_oak_sapling": "Dark Oak Sapling", + "block.minecraft.mangrove_propagule": "Mangrove Propagule", "block.minecraft.oak_door": "Oak Door", "block.minecraft.spruce_door": "Spruce Door", "block.minecraft.birch_door": "Birch Door", "block.minecraft.jungle_door": "Jungle Door", "block.minecraft.acacia_door": "Acacia Door", "block.minecraft.dark_oak_door": "Dark Oak Door", + "block.minecraft.mangrove_door": "Mangrove Door", + "block.minecraft.bamboo_door": "Bamboo Door", "block.minecraft.bedrock": "Bedrock", "block.minecraft.water": "Water", "block.minecraft.lava": "Lava", @@ -933,30 +1079,39 @@ "block.minecraft.jungle_wood": "Jungle Wood", "block.minecraft.acacia_wood": "Acacia Wood", "block.minecraft.dark_oak_wood": "Dark Oak Wood", + "block.minecraft.mangrove_wood": "Mangrove Wood", "block.minecraft.oak_log": "Oak Log", "block.minecraft.spruce_log": "Spruce Log", "block.minecraft.birch_log": "Birch Log", "block.minecraft.jungle_log": "Jungle Log", "block.minecraft.acacia_log": "Acacia Log", "block.minecraft.dark_oak_log": "Dark Oak Log", + "block.minecraft.mangrove_log": "Mangrove Log", + "block.minecraft.mangrove_roots": "Mangrove Roots", + "block.minecraft.muddy_mangrove_roots": "Muddy Mangrove Roots", + "block.minecraft.bamboo_block": "Block of Bamboo", "block.minecraft.stripped_oak_log": "Stripped Oak Log", "block.minecraft.stripped_spruce_log": "Stripped Spruce Log", "block.minecraft.stripped_birch_log": "Stripped Birch Log", "block.minecraft.stripped_jungle_log": "Stripped Jungle Log", "block.minecraft.stripped_acacia_log": "Stripped Acacia Log", "block.minecraft.stripped_dark_oak_log": "Stripped Dark Oak Log", + "block.minecraft.stripped_mangrove_log": "Stripped Mangrove Log", + "block.minecraft.stripped_bamboo_block": "Block of Stripped Bamboo", "block.minecraft.stripped_oak_wood": "Stripped Oak Wood", "block.minecraft.stripped_spruce_wood": "Stripped Spruce Wood", "block.minecraft.stripped_birch_wood": "Stripped Birch Wood", "block.minecraft.stripped_jungle_wood": "Stripped Jungle Wood", "block.minecraft.stripped_acacia_wood": "Stripped Acacia Wood", "block.minecraft.stripped_dark_oak_wood": "Stripped Dark Oak Wood", + "block.minecraft.stripped_mangrove_wood": "Stripped Mangrove Wood", "block.minecraft.oak_leaves": "Oak Leaves", "block.minecraft.spruce_leaves": "Spruce Leaves", "block.minecraft.birch_leaves": "Birch Leaves", "block.minecraft.jungle_leaves": "Jungle Leaves", "block.minecraft.acacia_leaves": "Acacia Leaves", "block.minecraft.dark_oak_leaves": "Dark Oak Leaves", + "block.minecraft.mangrove_leaves": "Mangrove Leaves", "block.minecraft.dead_bush": "Dead Bush", "block.minecraft.grass": "Grass", "block.minecraft.fern": "Fern", @@ -1041,6 +1196,7 @@ "block.minecraft.cobblestone_slab": "Cobblestone Slab", "block.minecraft.brick_slab": "Brick Slab", "block.minecraft.stone_brick_slab": "Stone Brick Slab", + "block.minecraft.mud_brick_slab": "Mud Brick Slab", "block.minecraft.nether_brick_slab": "Nether Brick Slab", "block.minecraft.quartz_slab": "Quartz Slab", "block.minecraft.oak_slab": "Oak Slab", @@ -1049,12 +1205,16 @@ "block.minecraft.jungle_slab": "Jungle Slab", "block.minecraft.acacia_slab": "Acacia Slab", "block.minecraft.dark_oak_slab": "Dark Oak Slab", + "block.minecraft.mangrove_slab": "Mangrove Slab", + "block.minecraft.bamboo_slab": "Bamboo Slab", + "block.minecraft.bamboo_mosaic_slab": "Bamboo Mosaic Slab", "block.minecraft.dark_prismarine_slab": "Dark Prismarine Slab", "block.minecraft.prismarine_slab": "Prismarine Slab", "block.minecraft.prismarine_brick_slab": "Prismarine Brick Slab", "block.minecraft.bricks": "Bricks", "block.minecraft.tnt": "TNT", "block.minecraft.bookshelf": "Bookshelf", + "block.minecraft.chiseled_bookshelf": "Chiseled Bookshelf", "block.minecraft.mossy_cobblestone": "Mossy Cobblestone", "block.minecraft.obsidian": "Obsidian", "block.minecraft.torch": "Torch", @@ -1062,7 +1222,9 @@ "block.minecraft.soul_torch": "Soul Torch", "block.minecraft.soul_wall_torch": "Soul Wall Torch", "block.minecraft.fire": "Fire", - "block.minecraft.spawner": "Spawner", + "block.minecraft.spawner": "Monster Spawner", + "block.minecraft.spawner.desc1": "Interact with Spawn Egg:", + "block.minecraft.spawner.desc2": "Sets Mob Type", "block.minecraft.respawn_anchor": "Respawn Anchor", "block.minecraft.oak_stairs": "Oak Stairs", "block.minecraft.spruce_stairs": "Spruce Stairs", @@ -1070,6 +1232,9 @@ "block.minecraft.jungle_stairs": "Jungle Stairs", "block.minecraft.acacia_stairs": "Acacia Stairs", "block.minecraft.dark_oak_stairs": "Dark Oak Stairs", + "block.minecraft.mangrove_stairs": "Mangrove Stairs", + "block.minecraft.bamboo_stairs": "Bamboo Stairs", + "block.minecraft.bamboo_mosaic_stairs": "Bamboo Mosaic Stairs", "block.minecraft.dark_prismarine_stairs": "Dark Prismarine Stairs", "block.minecraft.prismarine_stairs": "Prismarine Stairs", "block.minecraft.prismarine_brick_stairs": "Prismarine Brick Stairs", @@ -1090,12 +1255,36 @@ "block.minecraft.acacia_sign": "Acacia Sign", "block.minecraft.jungle_sign": "Jungle Sign", "block.minecraft.dark_oak_sign": "Dark Oak Sign", + "block.minecraft.mangrove_sign": "Mangrove Sign", + "block.minecraft.bamboo_sign": "Bamboo Sign", "block.minecraft.oak_wall_sign": "Oak Wall Sign", "block.minecraft.spruce_wall_sign": "Spruce Wall Sign", "block.minecraft.birch_wall_sign": "Birch Wall Sign", "block.minecraft.acacia_wall_sign": "Acacia Wall Sign", "block.minecraft.jungle_wall_sign": "Jungle Wall Sign", "block.minecraft.dark_oak_wall_sign": "Dark Oak Wall Sign", + "block.minecraft.mangrove_wall_sign": "Mangrove Wall Sign", + "block.minecraft.bamboo_wall_sign": "Bamboo Wall Sign", + "block.minecraft.oak_hanging_sign": "Oak Hanging Sign", + "block.minecraft.spruce_hanging_sign": "Spruce Hanging Sign", + "block.minecraft.birch_hanging_sign": "Birch Hanging Sign", + "block.minecraft.acacia_hanging_sign": "Acacia Hanging Sign", + "block.minecraft.jungle_hanging_sign": "Jungle Hanging Sign", + "block.minecraft.crimson_hanging_sign": "Crimson Hanging Sign", + "block.minecraft.warped_hanging_sign": "Warped Hanging Sign", + "block.minecraft.dark_oak_hanging_sign": "Dark Oak Hanging Sign", + "block.minecraft.mangrove_hanging_sign": "Mangrove Hanging Sign", + "block.minecraft.bamboo_hanging_sign": "Bamboo Hanging Sign", + "block.minecraft.oak_wall_hanging_sign": "Oak Wall Hanging Sign", + "block.minecraft.spruce_wall_hanging_sign": "Spruce Wall Hanging Sign", + "block.minecraft.birch_wall_hanging_sign": "Birch Wall Hanging Sign", + "block.minecraft.acacia_wall_hanging_sign": "Acacia Wall Hanging Sign", + "block.minecraft.jungle_wall_hanging_sign": "Jungle Wall Hanging Sign", + "block.minecraft.dark_oak_wall_hanging_sign": "Dark Oak Wall Hanging Sign", + "block.minecraft.mangrove_wall_hanging_sign": "Mangrove Wall Hanging Sign", + "block.minecraft.crimson_wall_hanging_sign": "Crimson Wall Hanging Sign", + "block.minecraft.warped_wall_hanging_sign": "Warped Wall Hanging Sign", + "block.minecraft.bamboo_wall_hanging_sign": "Bamboo Wall Hanging Sign", "block.minecraft.ladder": "Ladder", "block.minecraft.scaffolding": "Scaffolding", "block.minecraft.rail": "Rail", @@ -1113,6 +1302,8 @@ "block.minecraft.jungle_pressure_plate": "Jungle Pressure Plate", "block.minecraft.acacia_pressure_plate": "Acacia Pressure Plate", "block.minecraft.dark_oak_pressure_plate": "Dark Oak Pressure Plate", + "block.minecraft.mangrove_pressure_plate": "Mangrove Pressure Plate", + "block.minecraft.bamboo_pressure_plate": "Bamboo Pressure Plate", "block.minecraft.light_weighted_pressure_plate": "Light Weighted Pressure Plate", "block.minecraft.heavy_weighted_pressure_plate": "Heavy Weighted Pressure Plate", "block.minecraft.iron_door": "Iron Door", @@ -1127,6 +1318,8 @@ "block.minecraft.jungle_button": "Jungle Button", "block.minecraft.acacia_button": "Acacia Button", "block.minecraft.dark_oak_button": "Dark Oak Button", + "block.minecraft.mangrove_button": "Mangrove Button", + "block.minecraft.bamboo_button": "Bamboo Button", "block.minecraft.snow": "Snow", "block.minecraft.white_carpet": "White Carpet", "block.minecraft.orange_carpet": "Orange Carpet", @@ -1173,14 +1366,18 @@ "block.minecraft.spruce_fence": "Spruce Fence", "block.minecraft.birch_fence": "Birch Fence", "block.minecraft.jungle_fence": "Jungle Fence", - "block.minecraft.dark_oak_fence": "Dark Oak Fence", "block.minecraft.acacia_fence": "Acacia Fence", + "block.minecraft.dark_oak_fence": "Dark Oak Fence", + "block.minecraft.mangrove_fence": "Mangrove Fence", + "block.minecraft.bamboo_fence": "Bamboo Fence", "block.minecraft.oak_fence_gate": "Oak Fence Gate", "block.minecraft.spruce_fence_gate": "Spruce Fence Gate", "block.minecraft.birch_fence_gate": "Birch Fence Gate", "block.minecraft.jungle_fence_gate": "Jungle Fence Gate", - "block.minecraft.dark_oak_fence_gate": "Dark Oak Fence Gate", "block.minecraft.acacia_fence_gate": "Acacia Fence Gate", + "block.minecraft.dark_oak_fence_gate": "Dark Oak Fence Gate", + "block.minecraft.mangrove_fence_gate": "Mangrove Fence Gate", + "block.minecraft.bamboo_fence_gate": "Bamboo Fence Gate", "block.minecraft.pumpkin_stem": "Pumpkin Stem", "block.minecraft.attached_pumpkin_stem": "Attached Pumpkin Stem", "block.minecraft.pumpkin": "Pumpkin", @@ -1226,12 +1423,16 @@ "block.minecraft.jungle_trapdoor": "Jungle Trapdoor", "block.minecraft.acacia_trapdoor": "Acacia Trapdoor", "block.minecraft.dark_oak_trapdoor": "Dark Oak Trapdoor", + "block.minecraft.mangrove_trapdoor": "Mangrove Trapdoor", + "block.minecraft.bamboo_trapdoor": "Bamboo Trapdoor", "block.minecraft.iron_trapdoor": "Iron Trapdoor", "block.minecraft.cobweb": "Cobweb", "block.minecraft.stone_bricks": "Stone Bricks", "block.minecraft.mossy_stone_bricks": "Mossy Stone Bricks", "block.minecraft.cracked_stone_bricks": "Cracked Stone Bricks", "block.minecraft.chiseled_stone_bricks": "Chiseled Stone Bricks", + "block.minecraft.packed_mud": "Packed Mud", + "block.minecraft.mud_bricks": "Mud Bricks", "block.minecraft.infested_stone": "Infested Stone", "block.minecraft.infested_cobblestone": "Infested Cobblestone", "block.minecraft.infested_stone_bricks": "Infested Stone Bricks", @@ -1244,6 +1445,7 @@ "block.minecraft.melon": "Melon", "block.minecraft.brick_stairs": "Brick Stairs", "block.minecraft.stone_brick_stairs": "Stone Brick Stairs", + "block.minecraft.mud_brick_stairs": "Mud Brick Stairs", "block.minecraft.vine": "Vines", "block.minecraft.nether_bricks": "Nether Bricks", "block.minecraft.nether_brick_fence": "Nether Brick Fence", @@ -1436,6 +1638,7 @@ "block.minecraft.potted_jungle_sapling": "Potted Jungle Sapling", "block.minecraft.potted_acacia_sapling": "Potted Acacia Sapling", "block.minecraft.potted_dark_oak_sapling": "Potted Dark Oak Sapling", + "block.minecraft.potted_mangrove_propagule": "Potted Mangrove Propagule", "block.minecraft.potted_fern": "Potted Fern", "block.minecraft.potted_dandelion": "Potted Dandelion", "block.minecraft.potted_poppy": "Potted Poppy", @@ -1474,6 +1677,8 @@ "block.minecraft.creeper_head": "Creeper Head", "block.minecraft.dragon_wall_head": "Dragon Wall Head", "block.minecraft.dragon_head": "Dragon Head", + "block.minecraft.piglin_wall_head": "Piglin Wall Head", + "block.minecraft.piglin_head": "Piglin Head", "block.minecraft.end_gateway": "End Gateway", "block.minecraft.structure_void": "Structure Void", "block.minecraft.structure_block": "Structure Block", @@ -1560,6 +1765,7 @@ "block.minecraft.mossy_stone_brick_wall": "Mossy Stone Brick Wall", "block.minecraft.granite_wall": "Granite Wall", "block.minecraft.stone_brick_wall": "Stone Brick Wall", + "block.minecraft.mud_brick_wall": "Mud Brick Wall", "block.minecraft.nether_brick_wall": "Nether Brick Wall", "block.minecraft.andesite_wall": "Andesite Wall", "block.minecraft.red_nether_brick_wall": "Red Nether Brick Wall", @@ -1704,6 +1910,7 @@ "block.minecraft.big_dripleaf_stem": "Big Dripleaf Stem", "block.minecraft.small_dripleaf": "Small Dripleaf", "block.minecraft.rooted_dirt": "Rooted Dirt", + "block.minecraft.mud": "Mud", "block.minecraft.hanging_roots": "Hanging Roots", "block.minecraft.powder_snow": "Powder Snow", "block.minecraft.glow_lichen": "Glow Lichen", @@ -1733,6 +1940,15 @@ "block.minecraft.raw_iron_block": "Block of Raw Iron", "block.minecraft.raw_copper_block": "Block of Raw Copper", "block.minecraft.raw_gold_block": "Block of Raw Gold", + "block.minecraft.sculk": "Sculk", + "block.minecraft.sculk_catalyst": "Sculk Catalyst", + "block.minecraft.sculk_shrieker": "Sculk Shrieker", + "block.minecraft.sculk_vein": "Sculk Vein", + "block.minecraft.ochre_froglight": "Ochre Froglight", + "block.minecraft.verdant_froglight": "Verdant Froglight", + "block.minecraft.pearlescent_froglight": "Pearlescent Froglight", + "block.minecraft.frogspawn": "Frogspawn", + "block.minecraft.reinforced_deepslate": "Reinforced Deepslate", "item.minecraft.name_tag": "Name Tag", "item.minecraft.lead": "Lead", "item.minecraft.iron_shovel": "Iron Shovel", @@ -1840,16 +2056,27 @@ "item.minecraft.tropical_fish_bucket": "Bucket of Tropical Fish", "item.minecraft.powder_snow_bucket": "Powder Snow Bucket", "item.minecraft.axolotl_bucket": "Bucket of Axolotl", + "item.minecraft.tadpole_bucket": "Bucket of Tadpole", "item.minecraft.minecart": "Minecart", "item.minecraft.saddle": "Saddle", "item.minecraft.redstone": "Redstone Dust", "item.minecraft.snowball": "Snowball", "item.minecraft.oak_boat": "Oak Boat", + "item.minecraft.oak_chest_boat": "Oak Boat with Chest", "item.minecraft.spruce_boat": "Spruce Boat", + "item.minecraft.spruce_chest_boat": "Spruce Boat with Chest", "item.minecraft.birch_boat": "Birch Boat", + "item.minecraft.birch_chest_boat": "Birch Boat with Chest", "item.minecraft.jungle_boat": "Jungle Boat", + "item.minecraft.jungle_chest_boat": "Jungle Boat with Chest", "item.minecraft.acacia_boat": "Acacia Boat", + "item.minecraft.acacia_chest_boat": "Acacia Boat with Chest", "item.minecraft.dark_oak_boat": "Dark Oak Boat", + "item.minecraft.dark_oak_chest_boat": "Dark Oak Boat with Chest", + "item.minecraft.mangrove_boat": "Mangrove Boat", + "item.minecraft.mangrove_chest_boat": "Mangrove Boat with Chest", + "item.minecraft.bamboo_raft": "Bamboo Raft", + "item.minecraft.bamboo_chest_raft": "Bamboo Raft with Chest", "item.minecraft.leather": "Leather", "item.minecraft.milk_bucket": "Milk Bucket", "item.minecraft.brick": "Brick", @@ -1864,6 +2091,7 @@ "item.minecraft.command_block_minecart": "Minecart with Command Block", "item.minecraft.egg": "Egg", "item.minecraft.compass": "Compass", + "item.minecraft.recovery_compass": "Recovery Compass", "item.minecraft.fishing_rod": "Fishing Rod", "item.minecraft.clock": "Clock", "item.minecraft.glowstone_dust": "Glowstone Dust", @@ -1887,6 +2115,7 @@ "item.minecraft.music_disc_wait": "Music Disc", "item.minecraft.music_disc_pigstep": "Music Disc", "item.minecraft.music_disc_otherside": "Music Disc", + "item.minecraft.music_disc_5": "Music Disc", "item.minecraft.music_disc_13.desc": "C418 - 13", "item.minecraft.music_disc_cat.desc": "C418 - cat", "item.minecraft.music_disc_blocks.desc": "C418 - blocks", @@ -1901,6 +2130,7 @@ "item.minecraft.music_disc_wait.desc": "C418 - wait", "item.minecraft.music_disc_pigstep.desc": "Lena Raine - Pigstep", "item.minecraft.music_disc_otherside.desc": "Lena Raine - otherside", + "item.minecraft.music_disc_5.desc": "Samuel \u00c5berg - 5", "item.minecraft.bone": "Bone", "item.minecraft.ink_sac": "Ink Sac", "item.minecraft.red_dye": "Red Dye", @@ -1926,6 +2156,8 @@ "item.minecraft.amethyst_shard": "Amethyst Shard", "item.minecraft.spyglass": "Spyglass", "item.minecraft.glow_berries": "Glow Berries", + "item.minecraft.disc_fragment_5": "Disc Fragment", + "item.minecraft.disc_fragment_5.desc": "Music Disc - 5", "block.minecraft.black_bed": "Black Bed", "block.minecraft.red_bed": "Red Bed", "block.minecraft.green_bed": "Green Bed", @@ -1965,11 +2197,13 @@ "item.minecraft.brewing_stand": "Brewing Stand", "item.minecraft.ender_eye": "Eye of Ender", "item.minecraft.glistering_melon_slice": "Glistering Melon Slice", + "item.minecraft.allay_spawn_egg": "Allay Spawn Egg", "item.minecraft.axolotl_spawn_egg": "Axolotl Spawn Egg", "item.minecraft.bat_spawn_egg": "Bat Spawn Egg", "item.minecraft.bee_spawn_egg": "Bee Spawn Egg", "item.minecraft.blaze_spawn_egg": "Blaze Spawn Egg", "item.minecraft.cat_spawn_egg": "Cat Spawn Egg", + "item.minecraft.camel_spawn_egg": "Camel Spawn Egg", "item.minecraft.cave_spider_spawn_egg": "Cave Spider Spawn Egg", "item.minecraft.chicken_spawn_egg": "Chicken Spawn Egg", "item.minecraft.cod_spawn_egg": "Cod Spawn Egg", @@ -1979,6 +2213,7 @@ "item.minecraft.donkey_spawn_egg": "Donkey Spawn Egg", "item.minecraft.drowned_spawn_egg": "Drowned Spawn Egg", "item.minecraft.elder_guardian_spawn_egg": "Elder Guardian Spawn Egg", + "item.minecraft.ender_dragon_spawn_egg": "Ender Dragon Spawn Egg", "item.minecraft.enderman_spawn_egg": "Enderman Spawn Egg", "item.minecraft.endermite_spawn_egg": "Endermite Spawn Egg", "item.minecraft.evoker_spawn_egg": "Evoker Spawn Egg", @@ -1988,6 +2223,7 @@ "item.minecraft.hoglin_spawn_egg": "Hoglin Spawn Egg", "item.minecraft.horse_spawn_egg": "Horse Spawn Egg", "item.minecraft.husk_spawn_egg": "Husk Spawn Egg", + "item.minecraft.iron_golem_spawn_egg": "Iron Golem Spawn Egg", "item.minecraft.ravager_spawn_egg": "Ravager Spawn Egg", "item.minecraft.llama_spawn_egg": "Llama Spawn Egg", "item.minecraft.magma_cube_spawn_egg": "Magma Cube Spawn Egg", @@ -2005,6 +2241,7 @@ "item.minecraft.pufferfish_spawn_egg": "Pufferfish Spawn Egg", "item.minecraft.rabbit_spawn_egg": "Rabbit Spawn Egg", "item.minecraft.fox_spawn_egg": "Fox Spawn Egg", + "item.minecraft.frog_spawn_egg": "Frog Spawn Egg", "item.minecraft.salmon_spawn_egg": "Salmon Spawn Egg", "item.minecraft.sheep_spawn_egg": "Sheep Spawn Egg", "item.minecraft.shulker_spawn_egg": "Shulker Spawn Egg", @@ -2012,10 +2249,12 @@ "item.minecraft.skeleton_spawn_egg": "Skeleton Spawn Egg", "item.minecraft.skeleton_horse_spawn_egg": "Skeleton Horse Spawn Egg", "item.minecraft.slime_spawn_egg": "Slime Spawn Egg", + "item.minecraft.snow_golem_spawn_egg": "Snow Golem Spawn Egg", "item.minecraft.spider_spawn_egg": "Spider Spawn Egg", "item.minecraft.squid_spawn_egg": "Squid Spawn Egg", "item.minecraft.stray_spawn_egg": "Stray Spawn Egg", "item.minecraft.strider_spawn_egg": "Strider Spawn Egg", + "item.minecraft.tadpole_spawn_egg": "Tadpole Spawn Egg", "item.minecraft.trader_llama_spawn_egg": "Trader Llama Spawn Egg", "item.minecraft.tropical_fish_spawn_egg": "Tropical Fish Spawn Egg", "item.minecraft.turtle_spawn_egg": "Turtle Spawn Egg", @@ -2023,7 +2262,9 @@ "item.minecraft.villager_spawn_egg": "Villager Spawn Egg", "item.minecraft.wandering_trader_spawn_egg": "Wandering Trader Spawn Egg", "item.minecraft.vindicator_spawn_egg": "Vindicator Spawn Egg", + "item.minecraft.warden_spawn_egg": "Warden Spawn Egg", "item.minecraft.witch_spawn_egg": "Witch Spawn Egg", + "item.minecraft.wither_spawn_egg": "Wither Spawn Egg", "item.minecraft.wither_skeleton_spawn_egg": "Wither Skeleton Spawn Egg", "item.minecraft.wolf_spawn_egg": "Wolf Spawn Egg", "item.minecraft.zoglin_spawn_egg": "Zoglin Spawn Egg", @@ -2139,6 +2380,16 @@ "item.minecraft.warped_fungus_on_a_stick": "Warped Fungus on a Stick", "item.minecraft.glow_ink_sac": "Glow Ink Sac", "item.minecraft.glow_item_frame": "Glow Item Frame", + "item.minecraft.echo_shard": "Echo Shard", + "item.minecraft.goat_horn": "Goat Horn", + "instrument.minecraft.ponder_goat_horn": "Ponder", + "instrument.minecraft.sing_goat_horn": "Sing", + "instrument.minecraft.seek_goat_horn": "Seek", + "instrument.minecraft.feel_goat_horn": "Feel", + "instrument.minecraft.admire_goat_horn": "Admire", + "instrument.minecraft.call_goat_horn": "Call", + "instrument.minecraft.yearn_goat_horn": "Yearn", + "instrument.minecraft.dream_goat_horn": "Dream", "container.inventory": "Inventory", "container.hopper": "Item Hopper", "container.crafting": "Crafting", @@ -2191,8 +2442,8 @@ "structure_block.hover.data": "Data: %s", "structure_block.hover.corner": "Corner: %s", "structure_block.mode_info.save": "Save Mode - Write to File", - "structure_block.mode_info.load": "Load mode - Load from File", - "structure_block.mode_info.data": "Data mode - Game Logic Marker", + "structure_block.mode_info.load": "Load Mode - Load from File", + "structure_block.mode_info.data": "Data Mode - Game Logic Marker", "structure_block.mode_info.corner": "Corner Mode - Placement and Size Marker", "structure_block.structure_name": "Structure Name", "structure_block.custom_data": "Custom Data Tag Name", @@ -2231,6 +2482,7 @@ "item.color": "Color: %s", "item.nbt_tags": "NBT: %s tag(s)", "item.durability": "Durability: %s / %s", + "item.disabled": "Disabled item", "filled_map.mansion": "Woodland Explorer Map", "filled_map.monument": "Ocean Explorer Map", "filled_map.buried_treasure": "Buried Treasure Map", @@ -2239,6 +2491,7 @@ "filled_map.level": "(Level %s/%s)", "filled_map.scale": "Scaling at 1:%s", "filled_map.locked": "Locked", + "entity.minecraft.allay": "Allay", "entity.minecraft.area_effect_cloud": "Area Effect Cloud", "entity.minecraft.armor_stand": "Armor Stand", "entity.minecraft.arrow": "Arrow", @@ -2247,7 +2500,9 @@ "entity.minecraft.bee": "Bee", "entity.minecraft.blaze": "Blaze", "entity.minecraft.boat": "Boat", + "entity.minecraft.chest_boat": "Boat with Chest", "entity.minecraft.cat": "Cat", + "entity.minecraft.camel": "Camel", "entity.minecraft.cave_spider": "Cave Spider", "entity.minecraft.chest_minecart": "Minecart with Chest", "entity.minecraft.chicken": "Chicken", @@ -2274,6 +2529,7 @@ "entity.minecraft.firework_rocket": "Firework Rocket", "entity.minecraft.fishing_bobber": "Fishing Bobber", "entity.minecraft.fox": "Fox", + "entity.minecraft.frog": "Frog", "entity.minecraft.furnace_minecart": "Minecart with Furnace", "entity.minecraft.ghast": "Ghast", "entity.minecraft.giant": "Giant", @@ -2324,12 +2580,13 @@ "entity.minecraft.small_fireball": "Small Fireball", "entity.minecraft.snowball": "Snowball", "entity.minecraft.snow_golem": "Snow Golem", - "entity.minecraft.spawner_minecart": "Minecart with Spawner", + "entity.minecraft.spawner_minecart": "Minecart with Monster Spawner", "entity.minecraft.spectral_arrow": "Spectral Arrow", "entity.minecraft.spider": "Spider", "entity.minecraft.squid": "Squid", "entity.minecraft.stray": "Stray", "entity.minecraft.strider": "Strider", + "entity.minecraft.tadpole": "Tadpole", "entity.minecraft.tnt": "Primed TNT", "entity.minecraft.tnt_minecart": "Minecart with TNT", "entity.minecraft.trader_llama": "Trader Llama", @@ -2390,6 +2647,7 @@ "entity.minecraft.wandering_trader": "Wandering Trader", "entity.minecraft.iron_golem": "Iron Golem", "entity.minecraft.vindicator": "Vindicator", + "entity.minecraft.warden": "Warden", "entity.minecraft.witch": "Witch", "entity.minecraft.wither": "Wither", "entity.minecraft.wither_skeleton": "Wither Skeleton", @@ -2419,6 +2677,7 @@ "death.attack.inFire": "%1$s went up in flames", "death.attack.inFire.player": "%1$s walked into fire whilst fighting %2$s", "death.attack.onFire": "%1$s burned to death", + "death.attack.onFire.item": "%1$s was burnt to a crisp whilst fighting %2$s wielding %3$s", "death.attack.onFire.player": "%1$s was burnt to a crisp whilst fighting %2$s", "death.attack.lava": "%1$s tried to swim in lava", "death.attack.lava.player": "%1$s tried to swim in lava to escape %2$s", @@ -2448,6 +2707,7 @@ "death.attack.wither": "%1$s withered away", "death.attack.wither.player": "%1$s withered away whilst fighting %2$s", "death.attack.witherSkull": "%1$s was shot by a skull from %2$s", + "death.attack.witherSkull.item": "%1$s was shot by a skull from %2$s using %3$s", "death.attack.anvil": "%1$s was squashed by a falling anvil", "death.attack.anvil.player": "%1$s was squashed by a falling anvil whilst fighting %2$s", "death.attack.fallingBlock": "%1$s was squashed by a falling block", @@ -2456,6 +2716,9 @@ "death.attack.stalagmite.player": "%1$s was impaled on a stalagmite whilst fighting %2$s", "death.attack.fallingStalactite": "%1$s was skewered by a falling stalactite", "death.attack.fallingStalactite.player": "%1$s was skewered by a falling stalactite whilst fighting %2$s", + "death.attack.sonic_boom": "%1$s was obliterated by a sonically-charged shriek", + "death.attack.sonic_boom.item": "%1$s was obliterated by a sonically-charged shriek whilst trying to escape %2$s wielding %3$s", + "death.attack.sonic_boom.player": "%1$s was obliterated by a sonically-charged shriek whilst trying to escape %2$s", "death.attack.mob": "%1$s was slain by %2$s", "death.attack.mob.item": "%1$s was slain by %2$s using %3$s", "death.attack.player": "%1$s was slain by %2$s", @@ -2488,6 +2751,7 @@ "death.attack.sweetBerryBush": "%1$s was poked to death by a sweet berry bush", "death.attack.sweetBerryBush.player": "%1$s was poked to death by a sweet berry bush whilst trying to escape %2$s", "death.attack.sting": "%1$s was stung to death", + "death.attack.sting.item": "%1$s was stung to death by %2$s using %3$s", "death.attack.sting.player": "%1$s was stung to death by %2$s", "death.attack.freeze": "%1$s froze to death", "death.attack.freeze.player": "%1$s was frozen to death by %2$s", @@ -2531,6 +2795,7 @@ "effect.minecraft.dolphins_grace": "Dolphin's Grace", "effect.minecraft.bad_omen": "Bad Omen", "effect.minecraft.hero_of_the_village": "Hero of the Village", + "effect.minecraft.darkness": "Darkness", "event.minecraft.raid": "Raid", "event.minecraft.raid.raiders_remaining": "Raiders Remaining: %s", "event.minecraft.raid.victory": "Victory", @@ -2648,6 +2913,7 @@ "enchantment.minecraft.depth_strider": "Depth Strider", "enchantment.minecraft.frost_walker": "Frost Walker", "enchantment.minecraft.soul_speed": "Soul Speed", + "enchantment.minecraft.swift_sneak": "Swift Sneak", "enchantment.minecraft.efficiency": "Efficiency", "enchantment.minecraft.silk_touch": "Silk Touch", "enchantment.minecraft.unbreaking": "Unbreaking", @@ -2680,6 +2946,9 @@ "enchantment.level.8": "VIII", "enchantment.level.9": "IX", "enchantment.level.10": "X", + "gui.minutes": "%s minute(s)", + "gui.hours": "%s hour(s)", + "gui.days": "%s day(s)", "gui.advancements": "Advancements", "gui.stats": "Statistics", "gui.entity_tooltip.type": "Type: %s", @@ -2783,16 +3052,19 @@ "recipe.toast.title": "New Recipes Unlocked!", "recipe.toast.description": "Check your recipe book", "itemGroup.buildingBlocks": "Building Blocks", - "itemGroup.decorations": "Decoration Blocks", - "itemGroup.redstone": "Redstone", - "itemGroup.transportation": "Transportation", - "itemGroup.misc": "Miscellaneous", + "itemGroup.coloredBlocks": "Colored Blocks", + "itemGroup.natural": "Natural Blocks", + "itemGroup.functional": "Functional Blocks", + "itemGroup.redstone": "Redstone Blocks", + "itemGroup.op": "Operator Utilities", + "itemGroup.spawnEggs": "Spawn Eggs", "itemGroup.search": "Search Items", - "itemGroup.food": "Foodstuffs", - "itemGroup.tools": "Tools", + "itemGroup.consumables": "Consumables", + "itemGroup.foodAndDrink": "Food & Drinks", + "itemGroup.tools": "Tools & Utilities", "itemGroup.combat": "Combat", - "itemGroup.brewing": "Brewing", - "itemGroup.materials": "Materials", + "itemGroup.crafting": "Crafting", + "itemGroup.ingredients": "Ingredients", "itemGroup.inventory": "Survival Inventory", "itemGroup.hotbar": "Saved Hotbars", "inventory.binSlot": "Destroy Item", @@ -2828,7 +3100,6 @@ "item.modifiers.legs": "When on Legs:", "item.modifiers.chest": "When on Body:", "item.modifiers.head": "When on Head:", - "attribute.unknown": "Unknown attribute", "attribute.modifier.plus.0": "+%s %s", "attribute.modifier.plus.1": "+%s%% %s", "attribute.modifier.plus.2": "+%s%% %s", @@ -3576,6 +3847,10 @@ "subtitles.block.chest.close": "Chest closes", "subtitles.block.chest.locked": "Chest locked", "subtitles.block.chest.open": "Chest opens", + "subtitles.chiseled_bookshelf.insert": "Book placed", + "subtitles.chiseled_bookshelf.insert_enchanted": "Enchanted book placed", + "subtitles.chiseled_bookshelf.take": "Book taken", + "subtitles.chiseled_bookshelf.take_enchanted": "Enchanted book taken", "subtitles.block.chorus_flower.death": "Chorus Flower withers", "subtitles.block.chorus_flower.grow": "Chorus Flower grows", "subtitles.block.comparator.click": "Comparator clicks", @@ -3595,6 +3870,7 @@ "subtitles.block.fence_gate.toggle": "Fence Gate creaks", "subtitles.block.fire.ambient": "Fire crackles", "subtitles.block.fire.extinguish": "Fire extinguished", + "subtitles.block.frogspawn.hatch": "Tadpole hatches", "subtitles.block.furnace.fire_crackle": "Furnace crackles", "subtitles.block.generic.break": "Block broken", "subtitles.block.generic.footsteps": "Footsteps", @@ -3626,8 +3902,12 @@ "subtitles.block.respawn_anchor.charge": "Respawn Anchor is charged", "subtitles.block.respawn_anchor.deplete": "Respawn Anchor depletes", "subtitles.block.respawn_anchor.set_spawn": "Respawn Anchor sets spawn", + "subtitles.block.sculk.charge": "Sculk bubbles", + "subtitles.block.sculk.spread": "Sculk spreads", + "subtitles.block.sculk_catalyst.bloom": "Sculk Catalyst blooms", "subtitles.block.sculk_sensor.clicking": "Sculk Sensor starts clicking", "subtitles.block.sculk_sensor.clicking_stop": "Sculk Sensor stops clicking", + "subtitles.block.sculk_shrieker.shriek": "Sculk Shrieker shrieks", "subtitles.block.shulker_box.close": "Shulker closes", "subtitles.block.shulker_box.open": "Shulker opens", "subtitles.block.smithing_table.use": "Smithing Table used", @@ -3639,6 +3919,13 @@ "subtitles.block.tripwire.detach": "Tripwire detaches", "subtitles.block.water.ambient": "Water flows", "subtitles.enchant.thorns.hit": "Thorns prick", + "subtitles.entity.allay.death": "Allay dies", + "subtitles.entity.allay.hurt": "Allay hurts", + "subtitles.entity.allay.ambient_with_item": "Allay seeks", + "subtitles.entity.allay.ambient_without_item": "Allay yearns", + "subtitles.entity.allay.item_given": "Allay chortles", + "subtitles.entity.allay.item_taken": "Allay allays", + "subtitles.entity.allay.item_thrown": "Allay tosses", "subtitles.entity.armor_stand.fall": "Something fell", "subtitles.entity.arrow.hit": "Arrow hits", "subtitles.entity.arrow.hit_player": "Player hit", @@ -3668,6 +3955,17 @@ "subtitles.entity.blaze.shoot": "Blaze shoots", "subtitles.entity.boat.paddle_land": "Rowing", "subtitles.entity.boat.paddle_water": "Rowing", + "subtitles.entity.camel.ambient": "Camel grunts", + "subtitles.entity.camel.dash": "Camel yeets", + "subtitles.entity.camel.dash_ready": "Camel recovers", + "subtitles.entity.camel.death": "Camel dies", + "subtitles.entity.camel.eat": "Camel eats", + "subtitles.entity.camel.hurt": "Camel hurts", + "subtitles.entity.camel.saddle": "Saddle equips", + "subtitles.entity.camel.sit": "Camel sits down", + "subtitles.entity.camel.stand": "Camel stands up", + "subtitles.entity.camel.step": "Camel steps", + "subtitles.entity.camel.step_sand": "Camel sands", "subtitles.entity.cat.ambient": "Cat meows", "subtitles.entity.cat.beg_for_food": "Cat begs", "subtitles.entity.cat.death": "Cat dies", @@ -3731,6 +4029,7 @@ "subtitles.entity.enderman.ambient": "Enderman vwoops", "subtitles.entity.enderman.death": "Enderman dies", "subtitles.entity.enderman.hurt": "Enderman hurts", + "subtitles.entity.enderman.scream": "Enderman screams", "subtitles.entity.enderman.stare": "Enderman cries out", "subtitles.entity.enderman.teleport": "Enderman teleports", "subtitles.entity.endermite.ambient": "Endermite scuttles", @@ -3763,6 +4062,12 @@ "subtitles.entity.fox.sniff": "Fox sniffs", "subtitles.entity.fox.spit": "Fox spits", "subtitles.entity.fox.teleport": "Fox teleports", + "subtitles.entity.frog.ambient": "Frog croaks", + "subtitles.entity.frog.death": "Frog dies", + "subtitles.entity.frog.eat": "Frog eats", + "subtitles.entity.frog.hurt": "Frog hurts", + "subtitles.entity.frog.lay_spawn": "Frog lays spawn", + "subtitles.entity.frog.long_jump": "Frog jumps", "subtitles.entity.generic.big_fall": "Something fell", "subtitles.entity.generic.burn": "Burning", "subtitles.entity.generic.death": "Dying", @@ -3791,6 +4096,7 @@ "subtitles.entity.goat.screaming.ambient": "Goat bellows", "subtitles.entity.goat.death": "Goat dies", "subtitles.entity.goat.eat": "Goat eats", + "subtitles.entity.goat.horn_break": "Goat Horn breaks off", "subtitles.entity.goat.hurt": "Goat hurts", "subtitles.entity.goat.long_jump": "Goat leaps", "subtitles.entity.goat.milk": "Goat gets milked", @@ -3892,7 +4198,7 @@ "subtitles.entity.parrot.imitate.blaze": "Parrot breathes", "subtitles.entity.parrot.imitate.creeper": "Parrot hisses", "subtitles.entity.parrot.imitate.drowned": "Parrot gurgles", - "subtitles.entity.parrot.imitate.elder_guardian": "Parrot flaps", + "subtitles.entity.parrot.imitate.elder_guardian": "Parrot moans", "subtitles.entity.parrot.imitate.ender_dragon": "Parrot roars", "subtitles.entity.parrot.imitate.endermite": "Parrot scuttles", "subtitles.entity.parrot.imitate.evoker": "Parrot murmurs", @@ -3904,7 +4210,7 @@ "subtitles.entity.parrot.imitate.magma_cube": "Parrot squishes", "subtitles.entity.parrot.imitate.phantom": "Parrot screeches", "subtitles.entity.parrot.imitate.piglin": "Parrot snorts", - "subtitles.entity.parrot.imitate.piglin_brute": "Parrot snorts mightily", + "subtitles.entity.parrot.imitate.piglin_brute": "Parrot snorts", "subtitles.entity.parrot.imitate.pillager": "Parrot murmurs", "subtitles.entity.parrot.imitate.ravager": "Parrot grunts", "subtitles.entity.parrot.imitate.shulker": "Parrot lurks", @@ -3915,6 +4221,7 @@ "subtitles.entity.parrot.imitate.stray": "Parrot rattles", "subtitles.entity.parrot.imitate.vex": "Parrot vexes", "subtitles.entity.parrot.imitate.vindicator": "Parrot mutters", + "subtitles.entity.parrot.imitate.warden": "Parrot whines", "subtitles.entity.parrot.imitate.witch": "Parrot giggles", "subtitles.entity.parrot.imitate.wither": "Parrot angers", "subtitles.entity.parrot.imitate.wither_skeleton": "Parrot rattles", @@ -4039,6 +4346,10 @@ "subtitles.entity.strider.hurt": "Strider hurts", "subtitles.entity.strider.idle": "Strider chirps", "subtitles.entity.strider.retreat": "Strider retreats", + "subtitles.entity.tadpole.death": "Tadpole dies", + "subtitles.entity.tadpole.flop": "Tadpole flops", + "subtitles.entity.tadpole.grow_up": "Tadpole grows up", + "subtitles.entity.tadpole.hurt": "Tadpole hurts", "subtitles.entity.tnt.primed": "TNT fizzes", "subtitles.entity.tropical_fish.death": "Tropical Fish dies", "subtitles.entity.tropical_fish.flop": "Tropical Fish flops", @@ -4093,6 +4404,26 @@ "subtitles.entity.wandering_trader.reappeared": "Wandering Trader appears", "subtitles.entity.wandering_trader.trade": "Wandering Trader trades", "subtitles.entity.wandering_trader.yes": "Wandering Trader agrees", + "subtitles.entity.warden.roar": "Warden roars", + "subtitles.entity.warden.sniff": "Warden sniffs", + "subtitles.entity.warden.emerge": "Warden emerges", + "subtitles.entity.warden.dig": "Warden digs", + "subtitles.entity.warden.hurt": "Warden hurts", + "subtitles.entity.warden.death": "Warden dies", + "subtitles.entity.warden.step": "Warden steps", + "subtitles.entity.warden.listening": "Warden takes notice", + "subtitles.entity.warden.listening_angry": "Warden takes notice angrily", + "subtitles.entity.warden.heartbeat": "Warden's heart beats", + "subtitles.entity.warden.attack_impact": "Warden lands hit", + "subtitles.entity.warden.tendril_clicks": "Warden's tendrils click", + "subtitles.entity.warden.angry": "Warden rages", + "subtitles.entity.warden.agitated": "Warden groans angrily", + "subtitles.entity.warden.ambient": "Warden whines", + "subtitles.entity.warden.nearby_close": "Warden approaches", + "subtitles.entity.warden.nearby_closer": "Warden advances", + "subtitles.entity.warden.nearby_closest": "Warden draws close", + "subtitles.entity.warden.sonic_charge": "Warden charges", + "subtitles.entity.warden.sonic_boom": "Warden booms", "subtitles.entity.witch.ambient": "Witch giggles", "subtitles.entity.witch.celebrate": "Witch cheers", "subtitles.entity.witch.death": "Witch dies", @@ -4160,6 +4491,7 @@ "subtitles.item.bucket.fill": "Bucket fills", "subtitles.item.bucket.fill_axolotl": "Axolotl scooped", "subtitles.item.bucket.fill_fish": "Fish captured", + "subtitles.item.bucket.fill_tadpole": "Tadpole captured", "subtitles.item.bundle.drop_contents": "Bundle empties", "subtitles.item.bundle.insert": "Item packed", "subtitles.item.bundle.remove_one": "Item unpacked", @@ -4171,6 +4503,7 @@ "subtitles.item.crossbow.shoot": "Crossbow fires", "subtitles.item.firecharge.use": "Fireball whooshes", "subtitles.item.flintandsteel.use": "Flint and Steel click", + "subtitles.item.goat_horn.play": "Goat Horn plays", "subtitles.item.hoe.till": "Hoe tills", "subtitles.item.honey_bottle.drink": "Gulping", "subtitles.item.lodestone_compass.lock": "Lodestone Compass locks onto Lodestone", @@ -4195,11 +4528,48 @@ "subtitles.ui.loom.take_result": "Loom used", "subtitles.ui.stonecutter.take_result": "Stonecutter used", "subtitles.weather.rain": "Rain falls", + "telemetry_info.screen.title": "Telemetry Data Collection", + "telemetry_info.screen.description": "Collecting this data helps us improve Minecraft by guiding us in directions that are relevant to our players.\nYou can also send in additional feedback to help us keep improving Minecraft.", + "telemetry_info.button.show_data": "Open My Data", + "telemetry_info.button.give_feedback": "Give Feedback", + "telemetry_info.property_title": "Included Data", + "telemetry.property.user_id.title": "User ID", + "telemetry.property.client_id.title": "Client ID", + "telemetry.property.minecraft_session_id.title": "Minecraft Session ID", + "telemetry.property.game_version.title": "Game Version", + "telemetry.property.operating_system.title": "Operating System", + "telemetry.property.platform.title": "Platform", + "telemetry.property.client_modded.title": "Client Modded", + "telemetry.property.event_timestamp_utc.title": "Event Timestamp (UTC)", + "telemetry.property.opt_in.title": "Opt-In", + "telemetry.property.world_session_id.title": "World Session ID", + "telemetry.property.server_modded.title": "Server Modded", + "telemetry.property.server_type.title": "Server Type", + "telemetry.property.frame_rate_samples.title": "Frame Rate Samples (FPS)", + "telemetry.property.render_time_samples.title": "Render Time Samples", + "telemetry.property.used_memory_samples.title": "Used Random Access Memory", + "telemetry.property.number_of_samples.title": "Sample Count", + "telemetry.property.render_distance.title": "Render Distance", + "telemetry.property.dedicated_memory_kb.title": "Dedicated Memory (kB)", + "telemetry.property.game_mode.title": "Game Mode", + "telemetry.property.seconds_since_load.title": "Time Since Load (Seconds)", + "telemetry.property.ticks_since_load.title": "Time Since Load (Ticks)", + "telemetry.property.world_load_time_ms.title": "World Load Time (Milliseconds)", + "telemetry.property.new_world.title": "New World", + "telemetry.event.required": "%s (Required)", + "telemetry.event.optional": "%s (Optional)", + "telemetry.event.world_loaded.title": "World Loaded", + "telemetry.event.world_loaded.description": "Knowing how players play Minecraft (such as Game Mode, client or server modded, and game version) allows us to focus game updates to improve the areas that players care about most.\nThe World Loaded event is paired with the World Unloaded event to calculate how long the play session has lasted.", + "telemetry.event.world_unloaded.title": "World Unloaded", + "telemetry.event.world_unloaded.description": "This event is paired with the World Loaded event to calculate how long the world session has lasted.\nThe duration (in seconds and ticks) is measured when a world session has ended (quitting to title, disconnecting from a server).", + "telemetry.event.performance_metrics.title": "Performance Metrics", + "telemetry.event.performance_metrics.description": "Knowing the overall performance profile of Minecraft helps us tune and optimize the game for a wide range of machine specifications and operating systems. \nGame version is included to help us compare the performance profile for new versions of Minecraft.", + "telemetry.event.world_load_times.title": "World Load Times", + "telemetry.event.world_load_times.description": "It\u2019s important for us to understand how long it takes to join a world, and how that changes over time. For example, when we add new features or do larger technical changes, we need to see what impact that had on load times.", "debug.prefix": "[Debug]:", "debug.reload_chunks.help": "F3 + A = Reload chunks", "debug.show_hitboxes.help": "F3 + B = Show hitboxes", "debug.clear_chat.help": "F3 + D = Clear chat", - "debug.cycle_renderdistance.help": "F3 + F = Cycle render distance (shift to invert)", "debug.chunk_boundaries.help": "F3 + G = Show chunk boundaries", "debug.advanced_tooltips.help": "F3 + H = Advanced tooltips", "debug.creative_spectator.help": "F3 + N = Cycle previous gamemode <-> spectator", @@ -4219,7 +4589,6 @@ "debug.reload_chunks.message": "Reloading all chunks", "debug.show_hitboxes.on": "Hitboxes: shown", "debug.show_hitboxes.off": "Hitboxes: hidden", - "debug.cycle_renderdistance.message": "Render Distance: %s", "debug.chunk_boundaries.on": "Chunk borders: shown", "debug.chunk_boundaries.off": "Chunk borders: hidden", "debug.advanced_tooltips.on": "Advanced tooltips: shown", @@ -4259,20 +4628,24 @@ "advancements.adventure.adventuring_time.description": "Discover every biome", "advancements.adventure.arbalistic.title": "Arbalistic", "advancements.adventure.arbalistic.description": "Kill five unique mobs with one crossbow shot", + "advancements.adventure.avoid_vibration.title": "Sneak 100", + "advancements.adventure.avoid_vibration.description": "Sneak near a Sculk Sensor or Warden to prevent it from detecting you", "advancements.adventure.bullseye.title": "Bullseye", "advancements.adventure.bullseye.description": "Hit the bullseye of a Target block from at least 30 meters away", "advancements.adventure.fall_from_world_height.title": "Caves & Cliffs", "advancements.adventure.fall_from_world_height.description": "Free fall from the top of the world (build limit) to the bottom of the world and survive", + "advancements.adventure.kill_mob_near_sculk_catalyst.title": "It Spreads", + "advancements.adventure.kill_mob_near_sculk_catalyst.description": "Kill a mob near a Sculk Catalyst", "advancements.adventure.walk_on_powder_snow_with_leather_boots.title": "Light as a Rabbit", - "advancements.adventure.walk_on_powder_snow_with_leather_boots.description": "Walk on powder snow...without sinking in it", + "advancements.adventure.walk_on_powder_snow_with_leather_boots.description": "Walk on Powder Snow...without sinking in it", "advancements.adventure.lightning_rod_with_villager_no_fire.title": "Surge Protector", - "advancements.adventure.lightning_rod_with_villager_no_fire.description": "Protect a villager from an undesired shock without starting a fire", + "advancements.adventure.lightning_rod_with_villager_no_fire.description": "Protect a Villager from an undesired shock without starting a fire", "advancements.adventure.spyglass_at_parrot.title": "Is It a Bird?", - "advancements.adventure.spyglass_at_parrot.description": "Look at a parrot through a spyglass", + "advancements.adventure.spyglass_at_parrot.description": "Look at a Parrot through a Spyglass", "advancements.adventure.spyglass_at_ghast.title": "Is It a Balloon?", - "advancements.adventure.spyglass_at_ghast.description": "Look at a ghast through a spyglass", + "advancements.adventure.spyglass_at_ghast.description": "Look at a Ghast through a Spyglass", "advancements.adventure.spyglass_at_dragon.title": "Is It a Plane?", - "advancements.adventure.spyglass_at_dragon.description": "Look at the Ender Dragon through a spyglass", + "advancements.adventure.spyglass_at_dragon.description": "Look at the Ender Dragon through a Spyglass", "advancements.adventure.hero_of_the_village.title": "Hero of the Village", "advancements.adventure.hero_of_the_village.description": "Successfully defend a village from a raid", "advancements.adventure.honey_block_slide.title": "Sticky Situation", @@ -4282,15 +4655,15 @@ "advancements.adventure.kill_a_mob.title": "Monster Hunter", "advancements.adventure.kill_a_mob.description": "Kill any hostile monster", "advancements.adventure.ol_betsy.title": "Ol' Betsy", - "advancements.adventure.ol_betsy.description": "Shoot a crossbow", + "advancements.adventure.ol_betsy.description": "Shoot a Crossbow", "advancements.adventure.play_jukebox_in_meadows.title": "Sound of Music", - "advancements.adventure.play_jukebox_in_meadows.description": "Make the Meadows come alive with the sound of music from a jukebox", + "advancements.adventure.play_jukebox_in_meadows.description": "Make the Meadows come alive with the sound of music from a Jukebox", "advancements.adventure.root.title": "Adventure", "advancements.adventure.root.description": "Adventure, exploration and combat", "advancements.adventure.shoot_arrow.title": "Take Aim", - "advancements.adventure.shoot_arrow.description": "Shoot something with an arrow", + "advancements.adventure.shoot_arrow.description": "Shoot something with an Arrow", "advancements.adventure.sleep_in_bed.title": "Sweet Dreams", - "advancements.adventure.sleep_in_bed.description": "Sleep in a bed to change your respawn point", + "advancements.adventure.sleep_in_bed.description": "Sleep in a Bed to change your respawn point", "advancements.adventure.sniper_duel.title": "Sniper Duel", "advancements.adventure.sniper_duel.description": "Kill a Skeleton from at least 50 meters away", "advancements.adventure.summon_iron_golem.title": "Hired Help", @@ -4300,11 +4673,11 @@ "advancements.adventure.trade.title": "What a Deal!", "advancements.adventure.trade.description": "Successfully trade with a Villager", "advancements.adventure.trade_at_world_height.title": "Star Trader", - "advancements.adventure.trade_at_world_height.description": "Trade with a villager at the build height limit", + "advancements.adventure.trade_at_world_height.description": "Trade with a Villager at the build height limit", "advancements.adventure.throw_trident.title": "A Throwaway Joke", - "advancements.adventure.throw_trident.description": "Throw a trident at something.\nNote: Throwing away your only weapon is not a good idea.", + "advancements.adventure.throw_trident.description": "Throw a Trident at something.\nNote: Throwing away your only weapon is not a good idea.", "advancements.adventure.two_birds_one_arrow.title": "Two Birds, One Arrow", - "advancements.adventure.two_birds_one_arrow.description": "Kill two Phantoms with a piercing arrow", + "advancements.adventure.two_birds_one_arrow.description": "Kill two Phantoms with a piercing Arrow", "advancements.adventure.very_very_frightening.title": "Very Very Frightening", "advancements.adventure.very_very_frightening.description": "Strike a Villager with lightning", "advancements.adventure.voluntary_exile.title": "Voluntary Exile", @@ -4318,15 +4691,21 @@ "advancements.husbandry.fishy_business.title": "Fishy Business", "advancements.husbandry.fishy_business.description": "Catch a fish", "advancements.husbandry.make_a_sign_glow.title": "Glow and Behold!", - "advancements.husbandry.make_a_sign_glow.description": "Make the text of a sign glow", + "advancements.husbandry.make_a_sign_glow.description": "Make the text of any kind of sign glow", "advancements.husbandry.ride_a_boat_with_a_goat.title": "Whatever Floats Your Goat!", "advancements.husbandry.ride_a_boat_with_a_goat.description": "Get in a Boat and float with a Goat", "advancements.husbandry.tactical_fishing.title": "Tactical Fishing", - "advancements.husbandry.tactical_fishing.description": "Catch a fish... without a fishing rod!", + "advancements.husbandry.tactical_fishing.description": "Catch a Fish... without a Fishing Rod!", "advancements.husbandry.axolotl_in_a_bucket.title": "The Cutest Predator", - "advancements.husbandry.axolotl_in_a_bucket.description": "Catch an axolotl in a bucket", + "advancements.husbandry.axolotl_in_a_bucket.description": "Catch an Axolotl in a Bucket", + "advancements.husbandry.froglights.title": "With Our Powers Combined!", + "advancements.husbandry.froglights.description": "Have all Froglights in your inventory", + "advancements.husbandry.tadpole_in_a_bucket.title": "Bukkit Bukkit", + "advancements.husbandry.tadpole_in_a_bucket.description": "Catch a Tadpole in a Bucket", + "advancements.husbandry.leash_all_frog_variants.title": "When the Squad Hops into Town", + "advancements.husbandry.leash_all_frog_variants.description": "Get each Frog variant on a Lead", "advancements.husbandry.kill_axolotl_target.title": "The Healing Power of Friendship!", - "advancements.husbandry.kill_axolotl_target.description": "Team up with an axolotl and win a fight", + "advancements.husbandry.kill_axolotl_target.description": "Team up with an Axolotl and win a fight", "advancements.husbandry.breed_all_animals.title": "Two by Two", "advancements.husbandry.breed_all_animals.description": "Breed all the animals!", "advancements.husbandry.tame_an_animal.title": "Best Friends Forever", @@ -4334,25 +4713,29 @@ "advancements.husbandry.plant_seed.title": "A Seedy Place", "advancements.husbandry.plant_seed.description": "Plant a seed and watch it grow", "advancements.husbandry.netherite_hoe.title": "Serious Dedication", - "advancements.husbandry.netherite_hoe.description": "Use a Netherite ingot to upgrade a hoe, and then reevaluate your life choices", + "advancements.husbandry.netherite_hoe.description": "Use a Netherite Ingot to upgrade a Hoe, and then reevaluate your life choices", "advancements.husbandry.balanced_diet.title": "A Balanced Diet", "advancements.husbandry.balanced_diet.description": "Eat everything that is edible, even if it's not good for you", "advancements.husbandry.complete_catalogue.title": "A Complete Catalogue", - "advancements.husbandry.complete_catalogue.description": "Tame all cat variants!", + "advancements.husbandry.complete_catalogue.description": "Tame all Cat variants!", "advancements.husbandry.safely_harvest_honey.title": "Bee Our Guest", - "advancements.husbandry.safely_harvest_honey.description": "Use a Campfire to collect Honey from a Beehive using a Bottle without aggravating the bees", + "advancements.husbandry.safely_harvest_honey.description": "Use a Campfire to collect Honey from a Beehive using a Bottle without aggravating the Bees", "advancements.husbandry.silk_touch_nest.title": "Total Beelocation", - "advancements.husbandry.silk_touch_nest.description": "Move a Bee Nest, with 3 bees inside, using Silk Touch", + "advancements.husbandry.silk_touch_nest.description": "Move a Bee Nest, with 3 Bees inside, using Silk Touch", "advancements.husbandry.wax_on.title": "Wax On", "advancements.husbandry.wax_on.description": "Apply Honeycomb to a Copper block!", "advancements.husbandry.wax_off.title": "Wax Off", "advancements.husbandry.wax_off.description": "Scrape Wax off of a Copper block!", + "advancements.husbandry.allay_deliver_item_to_player.title": "You've Got a Friend in Me", + "advancements.husbandry.allay_deliver_item_to_player.description": "Have an Allay deliver items to you", + "advancements.husbandry.allay_deliver_cake_to_note_block.title": "Birthday Song", + "advancements.husbandry.allay_deliver_cake_to_note_block.description": "Have an Allay drop a Cake at a Note Block", "advancements.end.dragon_breath.title": "You Need a Mint", - "advancements.end.dragon_breath.description": "Collect dragon's breath in a glass bottle", + "advancements.end.dragon_breath.description": "Collect Dragon's Breath in a Glass Bottle", "advancements.end.dragon_egg.title": "The Next Generation", "advancements.end.dragon_egg.description": "Hold the Dragon Egg", "advancements.end.elytra.title": "Sky's the Limit", - "advancements.end.elytra.description": "Find elytra", + "advancements.end.elytra.description": "Find Elytra", "advancements.end.enter_end_gateway.title": "Remote Getaway", "advancements.end.enter_end_gateway.description": "Escape the island", "advancements.end.find_end_city.title": "The City at the End of the Game", @@ -4366,15 +4749,15 @@ "advancements.end.root.title": "The End", "advancements.end.root.description": "Or the beginning?", "advancements.nether.brew_potion.title": "Local Brewery", - "advancements.nether.brew_potion.description": "Brew a potion", + "advancements.nether.brew_potion.description": "Brew a Potion", "advancements.nether.all_potions.title": "A Furious Cocktail", "advancements.nether.all_potions.description": "Have every potion effect applied at the same time", "advancements.nether.all_effects.title": "How Did We Get Here?", "advancements.nether.all_effects.description": "Have every effect applied at the same time", "advancements.nether.create_beacon.title": "Bring Home the Beacon", - "advancements.nether.create_beacon.description": "Construct and place a beacon", + "advancements.nether.create_beacon.description": "Construct and place a Beacon", "advancements.nether.create_full_beacon.title": "Beaconator", - "advancements.nether.create_full_beacon.description": "Bring a beacon to full power", + "advancements.nether.create_full_beacon.description": "Bring a Beacon to full power", "advancements.nether.find_fortress.title": "A Terrible Fortress", "advancements.nether.find_fortress.description": "Break your way into a Nether Fortress", "advancements.nether.get_wither_skull.title": "Spooky Scary Skeleton", @@ -4396,27 +4779,27 @@ "advancements.nether.netherite_armor.title": "Cover Me in Debris", "advancements.nether.netherite_armor.description": "Get a full suit of Netherite armor", "advancements.nether.use_lodestone.title": "Country Lode, Take Me Home", - "advancements.nether.use_lodestone.description": "Use a compass on a Lodestone", + "advancements.nether.use_lodestone.description": "Use a Compass on a Lodestone", "advancements.nether.obtain_crying_obsidian.title": "Who is Cutting Onions?", "advancements.nether.obtain_crying_obsidian.description": "Obtain Crying Obsidian", "advancements.nether.charge_respawn_anchor.title": "Not Quite \"Nine\" Lives", "advancements.nether.charge_respawn_anchor.description": "Charge a Respawn Anchor to the maximum", "advancements.nether.ride_strider.title": "This Boat Has Legs", "advancements.nether.ride_strider.description": "Ride a Strider with a Warped Fungus on a Stick", - "advancements.nether.ride_strider_in_overworld_lava.title": "Feels like home", + "advancements.nether.ride_strider_in_overworld_lava.title": "Feels Like Home", "advancements.nether.ride_strider_in_overworld_lava.description": "Take a Strider for a loooong ride on a lava lake in the Overworld", "advancements.nether.explore_nether.title": "Hot Tourist Destinations", "advancements.nether.explore_nether.description": "Explore all Nether biomes", "advancements.nether.find_bastion.title": "Those Were the Days", "advancements.nether.find_bastion.description": "Enter a Bastion Remnant", "advancements.nether.loot_bastion.title": "War Pigs", - "advancements.nether.loot_bastion.description": "Loot a chest in a Bastion Remnant", + "advancements.nether.loot_bastion.description": "Loot a Chest in a Bastion Remnant", "advancements.nether.distract_piglin.title": "Oh Shiny", "advancements.nether.distract_piglin.description": "Distract Piglins with gold", "advancements.story.cure_zombie_villager.title": "Zombie Doctor", "advancements.story.cure_zombie_villager.description": "Weaken and then cure a Zombie Villager", "advancements.story.deflect_arrow.title": "Not Today, Thank You", - "advancements.story.deflect_arrow.description": "Deflect a projectile with a shield", + "advancements.story.deflect_arrow.description": "Deflect a projectile with a Shield", "advancements.story.enchant_item.title": "Enchanter", "advancements.story.enchant_item.description": "Enchant an item at an Enchanting Table", "advancements.story.enter_the_end.title": "The End?", @@ -4426,15 +4809,15 @@ "advancements.story.follow_ender_eye.title": "Eye Spy", "advancements.story.follow_ender_eye.description": "Follow an Eye of Ender", "advancements.story.form_obsidian.title": "Ice Bucket Challenge", - "advancements.story.form_obsidian.description": "Obtain a block of obsidian", + "advancements.story.form_obsidian.description": "Obtain a block of Obsidian", "advancements.story.iron_tools.title": "Isn't It Iron Pick", - "advancements.story.iron_tools.description": "Upgrade your pickaxe", + "advancements.story.iron_tools.description": "Upgrade your Pickaxe", "advancements.story.lava_bucket.title": "Hot Stuff", - "advancements.story.lava_bucket.description": "Fill a bucket with lava", + "advancements.story.lava_bucket.description": "Fill a Bucket with lava", "advancements.story.mine_diamond.title": "Diamonds!", "advancements.story.mine_diamond.description": "Acquire diamonds", "advancements.story.mine_stone.title": "Stone Age", - "advancements.story.mine_stone.description": "Mine stone with your new pickaxe", + "advancements.story.mine_stone.description": "Mine Stone with your new Pickaxe", "advancements.story.obtain_armor.title": "Suit Up", "advancements.story.obtain_armor.description": "Protect yourself with a piece of iron armor", "advancements.story.root.title": "Minecraft", @@ -4442,9 +4825,9 @@ "advancements.story.shiny_gear.title": "Cover Me with Diamonds", "advancements.story.shiny_gear.description": "Diamond armor saves lives", "advancements.story.smelt_iron.title": "Acquire Hardware", - "advancements.story.smelt_iron.description": "Smelt an iron ingot", + "advancements.story.smelt_iron.description": "Smelt an Iron Ingot", "advancements.story.upgrade_tools.title": "Getting an Upgrade", - "advancements.story.upgrade_tools.description": "Construct a better pickaxe", + "advancements.story.upgrade_tools.description": "Construct a better Pickaxe", "team.visibility.always": "Always", "team.visibility.never": "Never", "team.visibility.hideForOtherTeams": "Hide for other teams", @@ -4480,6 +4863,10 @@ "argument.entity.options.scores.description": "Entities with scores", "argument.entity.options.advancements.description": "Players with advancements", "argument.entity.options.predicate.description": "Custom predicate", + "argument.resource.not_found": "Can't find element '%s' of type '%s'", + "argument.resource.invalid_type": "Element '%s' has wrong type '%s' (expected '%s')", + "argument.resource_tag.not_found": "Can't find tag '%s' of type '%s'", + "argument.resource_tag.invalid_type": "Tag '%s' has wrong type '%s' (expected '%s')", "command.failed": "An unexpected error occurred trying to execute that command", "command.context.here": "<--[HERE]", "command.context.parse_error": "%s at position %s: %s", @@ -4588,8 +4975,6 @@ "commands.kill.success.single": "Killed %s", "commands.kill.success.multiple": "Killed %s entities", "commands.kick.success": "Kicked %s: %s", - "commands.locate.success": "The nearest %s is at %s (%s blocks away)", - "commands.locatebiome.success": "The nearest %s is at %s (%s blocks away)", "commands.message.display.outgoing": "You whisper to %s: %s", "commands.message.display.incoming": "%s whispers to you: %s", "commands.op.success": "Made %s a server operator", @@ -4806,6 +5191,8 @@ "argument.entity.notfound.player": "No player was found", "argument.player.unknown": "That player does not exist", "arguments.nbtpath.node.invalid": "Invalid NBT path element", + "arguments.nbtpath.too_deep": "Resulting NBT too deeply nested", + "arguments.nbtpath.too_large": "Resulting NBT too large", "arguments.nbtpath.nothing_found": "Found no elements matching %s", "arguments.operation.invalid": "Invalid operation", "arguments.operation.div0": "Cannot divide by zero", @@ -4836,6 +5223,7 @@ "argument.id.invalid": "Invalid ID", "argument.time.invalid_unit": "Invalid unit", "argument.time.invalid_tick_count": "Tick count must be non-negative", + "argument.enum.invalid": "Invalid value \"%s\"", "commands.banip.invalid": "Invalid IP address or unknown player", "commands.banip.failed": "Nothing changed. That IP is already banned", "commands.ban.failed": "Nothing changed. The player is already banned", @@ -4856,19 +5244,32 @@ "commands.enchant.failed": "Nothing changed. Targets either have no item in their hands or the enchantment could not be applied", "commands.experience.set.points.invalid": "Cannot set experience points above the maximum points for the player's current level", "commands.fill.failed": "No blocks were filled", + "argument.gamemode.invalid": "Unknown gamemode: %s", "commands.help.failed": "Unknown command or insufficient permissions", - "commands.locate.failed": "Could not find a structure of type \"%s\" nearby", - "commands.locate.invalid": "There is no structure with type \"%s\"", - "commands.locatebiome.notFound": "Could not find a biome of type \"%s\" within reasonable distance", - "commands.locatebiome.invalid": "There is no biome with type \"%s\"", + "commands.locate.structure.success": "The nearest %s is at %s (%s blocks away)", + "commands.locate.structure.not_found": "Could not find a structure of type \"%s\" nearby", + "commands.locate.structure.invalid": "There is no structure with type \"%s\"", + "commands.locate.biome.success": "The nearest %s is at %s (%s blocks away)", + "commands.locate.biome.not_found": "Could not find a biome of type \"%s\" within reasonable distance", + "commands.locate.poi.success": "The nearest %s is at %s (%s blocks away)", + "commands.locate.poi.not_found": "Could not find a point of interest of type \"%s\" within reasonable distance", "commands.op.failed": "Nothing changed. The player already is an operator", "commands.pardon.failed": "Nothing changed. The player isn't banned", "commands.pardonip.invalid": "Invalid IP address", "commands.pardonip.failed": "Nothing changed. That IP isn't banned", "commands.particle.failed": "The particle was not visible for anybody", - "commands.placefeature.failed": "Failed to place feature", - "commands.placefeature.invalid": "There is no feature with type \"%s\"", - "commands.placefeature.success": "Placed \"%s\" at %s, %s, %s", + "commands.place.feature.failed": "Failed to place feature", + "commands.place.feature.invalid": "There is no feature with type \"%s\"", + "commands.place.feature.success": "Placed \"%s\" at %s, %s, %s", + "commands.place.jigsaw.failed": "Failed to generate jigsaw", + "commands.place.jigsaw.invalid": "There is no template pool with type \"%s\"", + "commands.place.jigsaw.success": "Generated jigsaw at %s, %s, %s", + "commands.place.structure.failed": "Failed to place structure", + "commands.place.structure.invalid": "There is no structure with type \"%s\"", + "commands.place.structure.success": "Generated structure \"%s\" at %s, %s, %s", + "commands.place.template.failed": "Failed to place template", + "commands.place.template.invalid": "There is no template with id \"%s\"", + "commands.place.template.success": "Loaded template \"%s\" at %s, %s, %s", "commands.playsound.failed": "The sound is too far away to be heard", "commands.recipe.give.failed": "No new recipes were learned", "commands.recipe.take.failed": "No recipes could be forgotten", @@ -4924,9 +5325,7 @@ "argument.dimension.invalid": "Unknown dimension '%s'", "argument.component.invalid": "Invalid chat component: %s", "argument.anchor.invalid": "Invalid entity anchor position %s", - "enchantment.unknown": "Unknown enchantment: %s", "lectern.take_book": "Take Book", - "effect.effectNotFound": "Unknown effect: %s", "arguments.objective.notFound": "Unknown scoreboard objective '%s'", "arguments.objective.readonly": "Scoreboard objective '%s' is read-only", "argument.criteria.invalid": "Unknown criterion '%s'", @@ -4934,7 +5333,7 @@ "argument.id.unknown": "Unknown ID: %s", "advancement.advancementNotFound": "Unknown advancement: %s", "recipe.notFound": "Unknown recipe: %s", - "entity.notFound": "Unknown entity: %s", + "entity.not_summonable": "Can't summon entity of type %s", "predicate.unknown": "Unknown predicate: %s", "item_modifier.unknown": "Unknown item modifier: %s", "argument.scoreboardDisplaySlot.invalid": "Unknown display slot '%s'", @@ -4968,6 +5367,7 @@ "commands.clone.toobig": "Too many blocks in the specified area (maximum %s, specified %s)", "commands.datapack.unknown": "Unknown data pack '%s'", "commands.datapack.enable.failed": "Pack '%s' is already enabled!", + "commands.datapack.enable.failed.no_flags": "Pack '%s' cannot be enabled, since required flags are not enabled in this world: %s!", "commands.datapack.disable.failed": "Pack '%s' is not enabled!", "commands.difficulty.failure": "The difficulty did not change; it is already set to %s", "commands.enchant.failed.entity": "%s is not a valid entity for this command", @@ -4980,6 +5380,9 @@ "commands.execute.conditional.fail": "Test failed", "commands.execute.conditional.fail_count": "Test failed, count: %s", "commands.fill.toobig": "Too many blocks in the specified area (maximum %s, specified %s)", + "commands.fillbiome.toobig": "Too many blocks in the specified volume (maximum %s, specified %s)", + "commands.fillbiome.success": "Biomes set between %s, %s, %s and %s, %s, %s", + "commands.fillbiome.success.count": "%s biome entries set between %s, %s, %s and %s, %s, %s", "commands.publish.alreadyPublished": "Multiplayer game is already hosted on port %s", "commands.scoreboard.players.get.null": "Can't get value of %s for %s; none is set", "commands.spreadplayers.failed.teams": "Could not spread %s teams around %s, %s (too many entities for space - try using spread of at most %s)", @@ -5023,6 +5426,7 @@ "biome.minecraft.crimson_forest": "Crimson Forest", "biome.minecraft.dark_forest": "Dark Forest", "biome.minecraft.deep_cold_ocean": "Deep Cold Ocean", + "biome.minecraft.deep_dark": "Deep Dark", "biome.minecraft.deep_frozen_ocean": "Deep Frozen Ocean", "biome.minecraft.deep_lukewarm_ocean": "Deep Lukewarm Ocean", "biome.minecraft.deep_ocean": "Deep Ocean", @@ -5046,6 +5450,7 @@ "biome.minecraft.jungle": "Jungle", "biome.minecraft.lukewarm_ocean": "Lukewarm Ocean", "biome.minecraft.lush_caves": "Lush Caves", + "biome.minecraft.mangrove_swamp": "Mangrove Swamp", "biome.minecraft.meadow": "Meadow", "biome.minecraft.mushroom_fields": "Mushroom Fields", "biome.minecraft.nether_wastes": "Nether Wastes", @@ -5116,7 +5521,8 @@ "gamerule.doPatrolSpawning": "Spawn pillager patrols", "gamerule.doTileDrops": "Drop blocks", "gamerule.doTileDrops.description": "Controls resource drops from blocks, including experience orbs", - "gamerule.doTraderSpawning": "Spawn wandering traders", + "gamerule.doTraderSpawning": "Spawn Wandering Traders", + "gamerule.doWardenSpawning": "Spawn Wardens", "gamerule.doWeatherCycle": "Update weather", "gamerule.drowningDamage": "Deal drowning damage", "gamerule.fallDamage": "Deal fall damage", @@ -5142,6 +5548,20 @@ "gamerule.spectatorsGenerateChunks": "Allow spectators to generate terrain", "gamerule.universalAnger": "Universal anger", "gamerule.universalAnger.description": "Angered neutral mobs attack any nearby player, not just the player that angered them. Works best if forgiveDeadPlayers is disabled.", + "gamerule.blockExplosionDropDecay": "In block interaction explosions, some blocks won't drop their loot", + "gamerule.blockExplosionDropDecay.description": "Some of the drops from blocks destroyed by explosions caused by block interactions are lost in the explosion.", + "gamerule.mobExplosionDropDecay": "In mob explosions, some blocks won't drop their loot", + "gamerule.mobExplosionDropDecay.description": "Some of the drops from blocks destroyed by explosions caused by mobs are lost in the explosion.", + "gamerule.tntExplosionDropDecay": "In TNT explosions, some blocks won't drop their loot", + "gamerule.tntExplosionDropDecay.description": "Some of the drops from blocks destroyed by explosions caused by TNT are lost in the explosion.", + "gamerule.snowAccumulationHeight": "Snow accumulation height", + "gamerule.snowAccumulationHeight.description": "When it snows, layers of snow form on the ground up to at most this number of layers.", + "gamerule.waterSourceConversion": "Water converts to source", + "gamerule.waterSourceConversion.description": "When flowing water is surrounded on two sides by water sources it converts into a source.", + "gamerule.lavaSourceConversion": "Lava converts to source", + "gamerule.lavaSourceConversion.description": "When flowing lava is surrounded on two sides by lava sources it converts into a source.", + "gamerule.globalSoundEvents": "Global sound events", + "gamerule.globalSoundEvents.description": "When certain game events happen, like a boss spawning, the sound is heard everywhere.", "gamerule.category.chat": "Chat", "gamerule.category.spawning": "Spawning", "gamerule.category.updates": "World Updates", @@ -5150,6 +5570,7 @@ "gamerule.category.player": "Player", "gamerule.category.misc": "Miscellaneous", "pack.source.builtin": "built-in", + "pack.source.feature": "feature", "pack.source.world": "world", "pack.source.local": "local", "pack.source.server": "server", @@ -5161,5 +5582,241 @@ "sleep.skipping_night": "Sleeping through this night", "compliance.playtime.greaterThan24Hours": "You've been playing for greater than 24 hours", "compliance.playtime.message": "Excessive gaming may interfere with normal daily life", - "compliance.playtime.hours": "You've been playing for %s hour(s)" -} + "compliance.playtime.hours": "You've been playing for %s hour(s)", + "outOfMemory.title": "Out of memory!", + "outOfMemory.message": "Minecraft has run out of memory.\n\nThis could be caused by a bug in the game or by the Java Virtual Machine not being allocated enough memory.\n\nTo prevent level corruption, the current game has quit. We've tried to free up enough memory to let you go back to the main menu and back to playing, but this may not have worked.\n\nPlease restart the game if you see this message again.", + "mco.gui.ok": "Ok", + "mco.gui.button": "Button", + "mco.terms.buttons.agree": "Agree", + "mco.terms.buttons.disagree": "Don't agree", + "mco.terms.title": "Realms Terms of Service", + "mco.terms.sentence.1": "I agree to the Minecraft Realms", + "mco.terms.sentence.2": "Terms of Service", + "mco.selectServer.play": "Play", + "mco.selectServer.configure": "Configure", + "mco.selectServer.configureRealm": "Configure realm", + "mco.selectServer.leave": "Leave realm", + "mco.selectServer.create": "Create realm", + "mco.selectServer.purchase": "Add Realm", + "mco.selectServer.buy": "Buy a realm!", + "mco.selectServer.trial": "Get a trial!", + "mco.selectServer.close": "Close", + "mco.selectServer.expiredTrial": "Your trial has ended", + "mco.selectServer.expiredList": "Your subscription has expired", + "mco.selectServer.expiredSubscribe": "Subscribe", + "mco.selectServer.expiredRenew": "Renew", + "mco.selectServer.expired": "Expired realm", + "mco.selectServer.open": "Open realm", + "mco.selectServer.closed": "Closed realm", + "mco.selectServer.openserver": "Open realm", + "mco.selectServer.closeserver": "Close realm", + "mco.selectServer.minigame": "Minigame:", + "mco.selectServer.uninitialized": "Click to start your new realm!", + "mco.selectServer.expires.days": "Expires in %s days", + "mco.selectServer.expires.day": "Expires in a day", + "mco.selectServer.expires.soon": "Expires soon", + "mco.selectServer.note": "Note:", + "mco.selectServer.mapOnlySupportedForVersion": "This map is unsupported in %s", + "mco.selectServer.minigameNotSupportedInVersion": "Can't play this minigame in %s", + "mco.selectServer.popup": "Realms is a safe, simple way to enjoy an online Minecraft world with up to ten friends at a time. It supports loads of minigames and plenty of custom worlds! Only the owner of the realm needs to pay.", + "mco.configure.world.settings.title": "Settings", + "mco.configure.world.title": "Configure realm:", + "mco.configure.worlds.title": "Worlds", + "mco.configure.world.name": "Realm name", + "mco.configure.world.description": "Realm description", + "mco.configure.world.location": "Location", + "mco.configure.world.invited": "Invited", + "mco.configure.world.invite.narration": "You have %s new invites", + "mco.configure.world.buttons.edit": "Settings", + "mco.configure.world.buttons.done": "Done", + "mco.configure.world.buttons.delete": "Delete", + "mco.configure.world.buttons.open": "Open realm", + "mco.configure.world.buttons.close": "Close realm", + "mco.configure.world.buttons.invite": "Invite player", + "mco.configure.world.buttons.activity": "Player activity", + "mco.configure.world.activityfeed.disabled": "Player feed temporarily disabled", + "mco.configure.world.buttons.moreoptions": "More options", + "mco.configure.world.invite.profile.name": "Name", + "mco.configure.world.uninvite.question": "Are you sure that you want to uninvite", + "mco.configure.world.status": "Status", + "mco.configure.world.invites.ops.tooltip": "Operator", + "mco.configure.world.invites.normal.tooltip": "Normal user", + "mco.configure.world.invites.remove.tooltip": "Remove", + "mco.configure.world.closing": "Closing the realm...", + "mco.configure.world.opening": "Opening the realm...", + "mco.configure.world.buttons.players": "Players", + "mco.configure.world.buttons.settings": "Settings", + "mco.configure.world.buttons.subscription": "Subscription", + "mco.configure.world.buttons.options": "World options", + "mco.configure.world.backup": "World backups", + "mco.configure.world.buttons.resetworld": "Reset world", + "mco.configure.world.buttons.switchminigame": "Switch minigame", + "mco.configure.current.minigame": "Current", + "mco.configure.world.subscription.title": "Your subscription", + "mco.configure.world.subscription.timeleft": "Time left", + "mco.configure.world.subscription.unknown": "Unknown", + "mco.configure.world.subscription.recurring.daysleft": "Renewed automatically in", + "mco.configure.world.subscription.less_than_a_day": "Less than a day", + "mco.configure.world.subscription.expired": "Expired", + "mco.configure.world.subscription.start": "Start date", + "mco.configure.world.subscription.extend": "Extend subscription", + "mco.configure.world.subscription.day": "day", + "mco.configure.world.subscription.month": "month", + "mco.configure.world.subscription.days": "days", + "mco.configure.world.subscription.months": "months", + "mco.configure.world.pvp": "PVP", + "mco.configure.world.spawn_toggle.title": "Warning!", + "mco.configure.world.spawn_toggle.message": "Turning this option off will REMOVE ALL existing entities of that type", + "mco.configure.world.spawn_toggle.message.npc": "Turning this option off will REMOVE ALL existing entities of that type, like Villagers", + "mco.configure.world.spawnAnimals": "Spawn animals", + "mco.configure.world.spawnNPCs": "Spawn NPCs", + "mco.configure.world.spawnMonsters": "Spawn monsters", + "mco.configure.world.spawnProtection": "Spawn protection", + "mco.configure.world.commandBlocks": "Command blocks", + "mco.configure.world.forceGameMode": "Force game mode", + "mco.configure.world.slot": "World %s", + "mco.configure.world.slot.empty": "Empty", + "mco.create.world.wait": "Creating the realm...", + "mco.create.world.error": "You must enter a name!", + "mco.create.world.subtitle": "Optionally, select what world to put on your new realm", + "mco.create.world.skip": "Skip", + "mco.reset.world.title": "Reset world", + "mco.reset.world.warning": "This will replace the current world of your realm", + "mco.reset.world.seed": "Seed (Optional)", + "mco.reset.world.resetting.screen.title": "Resetting world...", + "mco.reset.world.generate": "New world", + "mco.reset.world.upload": "Upload world", + "mco.reset.world.adventure": "Adventures", + "mco.reset.world.template": "World templates", + "mco.reset.world.experience": "Experiences", + "mco.reset.world.inspiration": "Inspiration", + "mco.minigame.world.title": "Switch realm to minigame", + "mco.minigame.world.info.line1": "This will temporarily replace your world with a minigame!", + "mco.minigame.world.info.line2": "You can later return to your original world without losing anything.", + "mco.minigame.world.selected": "Selected minigame:", + "mco.minigame.world.noSelection": "Please make a selection", + "mco.minigame.world.startButton": "Switch", + "mco.minigame.world.starting.screen.title": "Starting minigame...", + "mco.minigame.world.changeButton": "Select another minigame", + "mco.minigame.world.stopButton": "End minigame", + "mco.minigame.world.switch.title": "Switch minigame", + "mco.minigame.world.switch.new": "Select another minigame?", + "mco.minigame.world.restore.question.line1": "The minigame will end and your realm will be restored.", + "mco.minigame.world.restore.question.line2": "Are you sure you want to continue?", + "mco.minigame.world.restore": "Ending minigame...", + "mco.configure.world.slot.tooltip": "Switch to world", + "mco.configure.world.slot.tooltip.minigame": "Switch to minigame", + "mco.configure.world.slot.tooltip.active": "Join", + "mco.configure.world.close.question.line1": "Your realm will become unavailable.", + "mco.configure.world.close.question.line2": "Are you sure you want to continue?", + "mco.configure.world.leave.question.line1": "If you leave this realm you won't see it unless you are invited again", + "mco.configure.world.leave.question.line2": "Are you sure you want to continue?", + "mco.configure.world.resourcepack.question.line1": "You need a custom resource pack to play on this realm", + "mco.configure.world.resourcepack.question.line2": "Do you want to download it and play?", + "mco.configure.world.reset.question.line1": "Your world will be regenerated and your current world will be lost", + "mco.configure.world.reset.question.line2": "Are you sure you want to continue?", + "mco.configure.world.restore.question.line1": "Your world will be restored to date '%s' (%s)", + "mco.configure.world.restore.question.line2": "Are you sure you want to continue?", + "mco.configure.world.restore.download.question.line1": "The world will be downloaded and added to your single player worlds.", + "mco.configure.world.restore.download.question.line2": "Do you want to continue?", + "mco.configure.world.slot.switch.question.line1": "Your realm will be switched to another world", + "mco.configure.world.slot.switch.question.line2": "Are you sure you want to continue?", + "mco.configure.world.switch.slot": "Create world", + "mco.configure.world.switch.slot.subtitle": "This world is empty, choose how to create your world", + "mco.minigame.world.slot.screen.title": "Switching world...", + "mco.configure.world.edit.subscreen.adventuremap": "Some settings are disabled since your current world is an adventure", + "mco.configure.world.edit.subscreen.experience": "Some settings are disabled since your current world is an experience", + "mco.configure.world.edit.subscreen.inspiration": "Some settings are disabled since your current world is an inspiration", + "mco.configure.world.edit.slot.name": "World name", + "mco.configure.world.players.title": "Players", + "mco.configure.world.players.error": "A player with the provided name does not exist", + "mco.configure.world.delete.button": "Delete realm", + "mco.configure.world.delete.question.line1": "Your realm will be permanently deleted", + "mco.configure.world.delete.question.line2": "Are you sure you want to continue?", + "mco.connect.connecting": "Connecting to the realm...", + "mco.connect.authorizing": "Logging in...", + "mco.connect.failed": "Failed to connect to the realm", + "mco.connect.success": "Done", + "mco.create.world": "Create", + "mco.create.world.reset.title": "Creating world...", + "mco.client.incompatible.title": "Client incompatible!", + "mco.client.incompatible.msg.line1": "Your client is not compatible with Realms.", + "mco.client.incompatible.msg.line2": "Please use the most recent version of Minecraft.", + "mco.client.incompatible.msg.line3": "Realms is not compatible with snapshot versions.", + "mco.backup.button.restore": "Restore", + "mco.backup.generate.world": "Generate world", + "mco.backup.restoring": "Restoring your realm", + "mco.backup.button.download": "Download latest", + "mco.backup.changes.tooltip": "Changes", + "mco.backup.nobackups": "This realm doesn't have any backups currently.", + "mco.backup.button.upload": "Upload world", + "mco.backup.button.reset": "Reset world", + "mco.download.title": "Downloading latest world", + "mco.download.cancelled": "Download cancelled", + "mco.download.failed": "Download failed", + "mco.download.done": "Download done", + "mco.download.downloading": "Downloading", + "mco.download.extracting": "Extracting", + "mco.download.preparing": "Preparing download", + "mco.download.confirmation.line1": "The world you are going to download is larger than %s", + "mco.download.confirmation.line2": "You won't be able to upload this world to your realm again", + "mco.template.title": "World templates", + "mco.template.title.minigame": "Minigames", + "mco.template.button.select": "Select", + "mco.template.button.trailer": "Trailer", + "mco.template.button.publisher": "Publisher", + "mco.template.default.name": "World template", + "mco.template.name": "Template", + "mco.template.info.tooltip": "Publisher website", + "mco.template.trailer.tooltip": "Map trailer", + "mco.template.select.none": "Oops, it looks like this content category is currently empty.\nPlease check back later for new content, or if you're a creator,\n%s.", + "mco.template.select.none.linkTitle": "consider submitting something yourself", + "mco.template.select.failure": "We couldn't retrieve the list of content for this category.\nPlease check your internet connection, or try again later.", + "mco.template.select.narrate.authors": "Authors: %s", + "mco.template.select.narrate.version": "version %s", + "mco.invites.button.accept": "Accept", + "mco.invites.button.reject": "Reject", + "mco.invites.title": "Pending Invites", + "mco.invites.pending": "New invites!", + "mco.invites.nopending": "No pending invites!", + "mco.upload.select.world.title": "Upload world", + "mco.upload.select.world.subtitle": "Please select a singleplayer world to upload", + "mco.upload.select.world.none": "No singleplayer worlds found!", + "mco.upload.button.name": "Upload", + "mco.upload.verifying": "Verifying your world", + "mco.upload.preparing": "Preparing your world", + "mco.upload.close.failure": "Could not close your realm, please try again later", + "mco.upload.size.failure.line1": "'%s' is too big!", + "mco.upload.size.failure.line2": "It is %s. The maximum allowed size is %s.", + "mco.upload.uploading": "Uploading '%s'", + "mco.upload.done": "Upload done", + "mco.upload.failed": "Upload failed! (%s)", + "mco.upload.cancelled": "Upload cancelled", + "mco.upload.hardcore": "Hardcore worlds can't be uploaded!", + "mco.activity.title": "Player activity", + "mco.activity.noactivity": "No activity for the past %s days", + "mco.errorMessage.6001": "Client outdated", + "mco.errorMessage.6002": "Terms of service not accepted", + "mco.errorMessage.6003": "Download limit reached", + "mco.errorMessage.6004": "Upload limit reached", + "mco.errorMessage.connectionFailure": "An error occurred, please try again later.", + "mco.errorMessage.serviceBusy": "Realms is busy at the moment.\nPlease try connecting to your Realm again in a couple of minutes.", + "mco.trial.message.line1": "Want to get your own realm?", + "mco.trial.message.line2": "Click here for more info!", + "mco.brokenworld.play": "Play", + "mco.brokenworld.download": "Download", + "mco.brokenworld.downloaded": "Downloaded", + "mco.brokenworld.reset": "Reset", + "mco.brokenworld.title": "Your current world is no longer supported", + "mco.brokenworld.message.line1": "Please reset or select another world.", + "mco.brokenworld.message.line2": "You can also choose to download the world to singleplayer.", + "mco.brokenworld.minigame.title": "This minigame is no longer supported", + "mco.brokenworld.nonowner.title": "World is out of date", + "mco.brokenworld.nonowner.error": "Please wait for the realm owner to reset the world", + "mco.error.invalid.session.title": "Invalid session", + "mco.error.invalid.session.message": "Please try restarting Minecraft", + "mco.news": "Realms news", + "mco.account.privacyinfo": "Mojang implements certain procedures to help protect children and their privacy including complying with the Children\u2019s Online Privacy Protection Act (COPPA) and General Data Protection Regulation (GDPR).\n\nYou may need to obtain parental consent before accessing your Realms account.\n\nIf you have an older Minecraft account (you log in with your username), you need to migrate the account to a Mojang account in order to access Realms.", + "mco.account.update": "Update account", + "mco.account.privacy.info": "Read more about Mojang and privacy laws" +}
\ No newline at end of file |
