3
0
Mirror von https://github.com/ViaVersion/ViaBackwards.git synchronisiert 2024-07-10 09:18:04 +02:00

Update translation mappings

Dieser Commit ist enthalten in:
Nassim Jahnke 2023-11-30 15:54:54 +01:00
Ursprung d4011f3646
Commit 8a19fbdead
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: EF6771C01F6EF02F

Datei anzeigen

@ -1,5 +1,7 @@
{ {
"1.20.3": { "1.20.3": {
"accessibility.onboarding.accessibility.button": "Accessibility Settings...",
"argument.style.invalid": "Invalid style: %s",
"block.minecraft.chiseled_copper": "Chiseled Copper", "block.minecraft.chiseled_copper": "Chiseled Copper",
"block.minecraft.chiseled_tuff": "Chiseled Tuff", "block.minecraft.chiseled_tuff": "Chiseled Tuff",
"block.minecraft.chiseled_tuff_bricks": "Chiseled Tuff Bricks", "block.minecraft.chiseled_tuff_bricks": "Chiseled Tuff Bricks",
@ -22,6 +24,8 @@
"block.minecraft.polished_tuff_slab": "Polished Tuff Slab", "block.minecraft.polished_tuff_slab": "Polished Tuff Slab",
"block.minecraft.polished_tuff_stairs": "Polished Tuff Stairs", "block.minecraft.polished_tuff_stairs": "Polished Tuff Stairs",
"block.minecraft.polished_tuff_wall": "Polished Tuff Wall", "block.minecraft.polished_tuff_wall": "Polished Tuff Wall",
"block.minecraft.short_grass": "Short Grass",
"block.minecraft.trial_spawner": "Trial Spawner",
"block.minecraft.tuff_brick_slab": "Tuff Brick Slab", "block.minecraft.tuff_brick_slab": "Tuff Brick Slab",
"block.minecraft.tuff_brick_stairs": "Tuff Brick Stairs", "block.minecraft.tuff_brick_stairs": "Tuff Brick Stairs",
"block.minecraft.tuff_brick_wall": "Tuff Brick Wall", "block.minecraft.tuff_brick_wall": "Tuff Brick Wall",
@ -55,6 +59,7 @@
"block.minecraft.weathered_copper_grate": "Weathered Copper Grate", "block.minecraft.weathered_copper_grate": "Weathered Copper Grate",
"block.minecraft.weathered_copper_trapdoor": "Weathered Copper Trapdoor", "block.minecraft.weathered_copper_trapdoor": "Weathered Copper Trapdoor",
"command.forkLimit": "Maximum number of contexts (%s) reached", "command.forkLimit": "Maximum number of contexts (%s) reached",
"commands.debug.function.noReturnRun": "Tracing can't be used with return run",
"commands.execute.function.instantiationFailure": "Failed to instantiate function %s: %s", "commands.execute.function.instantiationFailure": "Failed to instantiate function %s: %s",
"commands.function.instantiationFailure": "Failed to instantiate function %s: %s", "commands.function.instantiationFailure": "Failed to instantiate function %s: %s",
"commands.function.result": "Function %s returned %s", "commands.function.result": "Function %s returned %s",
@ -62,14 +67,28 @@
"commands.function.scheduled.no_functions": "Can't find any functions for name %s", "commands.function.scheduled.no_functions": "Can't find any functions for name %s",
"commands.function.scheduled.single": "Running function %s", "commands.function.scheduled.single": "Running function %s",
"commands.kick.owner.failed": "Cannot kick server owner in LAN game", "commands.kick.owner.failed": "Cannot kick server owner in LAN game",
"commands.kick.singleplayer.failed": "Cannot kick in an offline singleplayer game",
"commands.scoreboard.objectives.modify.displayAutoUpdate.disable": "Disabled display auto-update for objective %s",
"commands.scoreboard.objectives.modify.displayAutoUpdate.enable": "Enabled display auto-update for objective %s",
"commands.scoreboard.objectives.modify.objectiveFormat.clear": "Cleared default number format of objective %s",
"commands.scoreboard.objectives.modify.objectiveFormat.set": "Changed default number format of objective %s",
"commands.scoreboard.players.display.name.clear.success.multiple": "Cleared display name for %s entities in %s",
"commands.scoreboard.players.display.name.clear.success.single": "Cleared display name for %s in %s",
"commands.scoreboard.players.display.name.set.success.multiple": "Changed display name to %s for %s entities in %s",
"commands.scoreboard.players.display.name.set.success.single": "Changed display name to %s for %s in %s",
"commands.scoreboard.players.display.numberFormat.clear.success.multiple": "Cleared number format for %s entities in %s",
"commands.scoreboard.players.display.numberFormat.clear.success.single": "Cleared number format for %s in %s",
"commands.scoreboard.players.display.numberFormat.set.success.multiple": "Changed number format for %s entities in %s",
"commands.scoreboard.players.display.numberFormat.set.success.single": "Changed number format for %s in %s",
"commands.tick.query.percentiles": "Percentiles: P50: %sms P95: %sms P99: %sms, sample: %s", "commands.tick.query.percentiles": "Percentiles: P50: %sms P95: %sms P99: %sms, sample: %s",
"commands.tick.query.rate.running": "Target tick rate: %s per second.\nAverage time per tick: %sms (Target: %sms)", "commands.tick.query.rate.running": "Target tick rate: %s per second.\nAverage time per tick: %sms (Target: %sms)",
"commands.tick.query.rate.sprinting": "Target tick rate: %s per second (ingored, reference only).\nAverage time per tick: %sms", "commands.tick.query.rate.sprinting": "Target tick rate: %s per second (ignored, reference only).\nAverage time per tick: %sms",
"commands.tick.rate.success": "Set the target tick rate to %s per second", "commands.tick.rate.success": "Set the target tick rate to %s per second",
"commands.tick.sprint.report": "Sprint completed with %s ticks per second, or %s ms per tick", "commands.tick.sprint.report": "Sprint completed with %s ticks per second, or %s ms per tick",
"commands.tick.sprint.stop.fail": "No tick sprint in progress", "commands.tick.sprint.stop.fail": "No tick sprint in progress",
"commands.tick.sprint.stop.success": "A tick sprint interrupted", "commands.tick.sprint.stop.success": "A tick sprint interrupted",
"commands.tick.status.frozen": "The game is frozen", "commands.tick.status.frozen": "The game is frozen",
"commands.tick.status.lagging": "The game is running, but can't keep up with the target tick rate",
"commands.tick.status.running": "The game runs normally", "commands.tick.status.running": "The game runs normally",
"commands.tick.status.sprinting": "The game is sprinting", "commands.tick.status.sprinting": "The game is sprinting",
"commands.tick.step.fail": "Unable to step the game - the game must be frozen first", "commands.tick.step.fail": "Unable to step the game - the game must be frozen first",
@ -79,6 +98,12 @@
"container.crafter": "Crafter", "container.crafter": "Crafter",
"dataPack.update_1_21.description": "New features and content for Minecraft 1.21", "dataPack.update_1_21.description": "New features and content for Minecraft 1.21",
"dataPack.update_1_21.name": "Update 1.21", "dataPack.update_1_21.name": "Update 1.21",
"download.pack.failed": "%s out of %s packs failed to download",
"download.pack.progress.bytes": "Progress: %s (total size unknown)",
"download.pack.progress.percent": "Progress: %s%%",
"download.pack.title": "Downloading resource pack %s/%s",
"entity.minecraft.breeze": "Breeze",
"entity.minecraft.wind_charge": "Wind Charge",
"gamerule.maxCommandForkCount": "Command context limit", "gamerule.maxCommandForkCount": "Command context limit",
"gamerule.maxCommandForkCount.description": "Maximum number of contexts that can be used by commands like 'execute as'.", "gamerule.maxCommandForkCount.description": "Maximum number of contexts that can be used by commands like 'execute as'.",
"gamerule.playersNetherPortalCreativeDelay": "Player's Nether portal delay in creative mode", "gamerule.playersNetherPortalCreativeDelay": "Player's Nether portal delay in creative mode",
@ -89,12 +114,14 @@
"gamerule.projectilesCanBreakBlocks.description": "Controls whether impact projectiles will destroy blocks that are destructible by them.", "gamerule.projectilesCanBreakBlocks.description": "Controls whether impact projectiles will destroy blocks that are destructible by them.",
"gui.loadingMinecraft": "Loading Minecraft", "gui.loadingMinecraft": "Loading Minecraft",
"gui.togglable_slot": "Click to disable slot", "gui.togglable_slot": "Click to disable slot",
"item.minecraft.breeze_spawn_egg": "Breeze Spawn Egg",
"item.minecraft.trial_key": "Trial Key",
"jigsaw_block.placement_priority": "Placement Priority:", "jigsaw_block.placement_priority": "Placement Priority:",
"jigsaw_block.placement_priority.tooltip": "When this Jigsaw block connects to a piece, this is the order in which that piece is processed for connections in the wider structure.\n\nPieces will be processed in descending priority with insertion order breaking ties.", "jigsaw_block.placement_priority.tooltip": "When this Jigsaw block connects to a piece, this is the order in which that piece is processed for connections in the wider structure.\n\nPieces will be processed in descending priority with insertion order breaking ties.",
"jigsaw_block.selection_priority": "Selection Priority:", "jigsaw_block.selection_priority": "Selection Priority:",
"jigsaw_block.selection_priority.tooltip": "When the parent piece is being processed for connections, this is the order in which this Jigsaw block attempts to connect to its target piece.\n\nJigsaws will be processed in descending priority with random ordering breaking ties.", "jigsaw_block.selection_priority.tooltip": "When the parent piece is being processed for connections, this is the order in which this Jigsaw block attempts to connect to its target piece.\n\nJigsaws will be processed in descending priority with random ordering breaking ties.",
"mco.account.privacy.info.button": "Read more about GDPR", "mco.account.privacy.info.button": "Read more about GDPR",
"mco.account.privacy.information": "Mojang implements certain procedures to help protect children and their privacy including complying with the Childrens Online Privacy Protection Act (COPPA) and General Data Protection Regulation (GDPR).\n\nYou may need to obtain parental consent before accessing your Realms account.", "mco.account.privacy.information": "Mojang implements certain procedures to help protect children and their privacy including complying with the Children<EFBFBD>s Online Privacy Protection Act (COPPA) and General Data Protection Regulation (GDPR).\n\nYou may need to obtain parental consent before accessing your Realms account.",
"mco.compatibility.downgrade": "Downgrade", "mco.compatibility.downgrade": "Downgrade",
"mco.compatibility.downgrade.description": "This world was last played in version %s; you are on version %s. Downgrading a world could cause corruption - we cannot guarantee that it will load or work.\n\nA backup of your world will be saved under \"World backups\". Please restore your world if needed.", "mco.compatibility.downgrade.description": "This world was last played in version %s; you are on version %s. Downgrading a world could cause corruption - we cannot guarantee that it will load or work.\n\nA backup of your world will be saved under \"World backups\". Please restore your world if needed.",
"mco.compatibility.unverifiable.message": "The version this world was last played in could not be verified. If the world gets upgraded or downgraded, a backup will be automatically created and saved under \"World backups\".", "mco.compatibility.unverifiable.message": "The version this world was last played in could not be verified. If the world gets upgraded or downgraded, a backup will be automatically created and saved under \"World backups\".",
@ -102,6 +129,8 @@
"mco.compatibility.upgrade": "Upgrade", "mco.compatibility.upgrade": "Upgrade",
"mco.compatibility.upgrade.description": "This world was last played in version %s; you are on version %s.\n\nA backup of your world will be saved under \"World backups\". Please restore your world if needed.", "mco.compatibility.upgrade.description": "This world was last played in version %s; you are on version %s.\n\nA backup of your world will be saved under \"World backups\". Please restore your world if needed.",
"mco.compatibility.upgrade.title": "Do you really want to upgrade your world?", "mco.compatibility.upgrade.title": "Do you really want to upgrade your world?",
"mco.notification.transferSubscription.buttonText": "Transfer Now",
"mco.notification.transferSubscription.message": "Java Realms subscriptions are moving to the Microsoft Store. Do not let your subscription expire!\nTransfer now and get 30 days of Realms for free.\nGo to Profile on minecraft.net to transfer your subscription.",
"mco.selectServer.minigameName": "Minigame: %s", "mco.selectServer.minigameName": "Minigame: %s",
"mco.snapshot.createSnapshotPopup.text": "You are about to create a free Snapshot Realm that will be paired with your paid Realms subscription. This new Snapshot Realm will be accessible for as long as the paid subscription is active. Your paid Realm will not be affected.", "mco.snapshot.createSnapshotPopup.text": "You are about to create a free Snapshot Realm that will be paired with your paid Realms subscription. This new Snapshot Realm will be accessible for as long as the paid subscription is active. Your paid Realm will not be affected.",
"mco.snapshot.createSnapshotPopup.title": "Create Snapshot Realm?", "mco.snapshot.createSnapshotPopup.title": "Create Snapshot Realm?",
@ -118,6 +147,7 @@
"mco.snapshotRealmsPopup.title": "Realms now available in Snapshots", "mco.snapshotRealmsPopup.title": "Realms now available in Snapshots",
"mco.snapshotRealmsPopup.urlText": "Learn More", "mco.snapshotRealmsPopup.urlText": "Learn More",
"mco.version": "Version: %s", "mco.version": "Version: %s",
"options.accessibility.narrator_hotkey.mac.tooltip": "Allows the Narrator to be toggled on and off with 'Cmd+B'",
"options.hideSplashTexts": "Hide Splash Texts", "options.hideSplashTexts": "Hide Splash Texts",
"options.hideSplashTexts.tooltip": "Hides the yellow splash text in the main menu.", "options.hideSplashTexts.tooltip": "Hides the yellow splash text in the main menu.",
"recover_world.bug_tracker": "Report a Bug", "recover_world.bug_tracker": "Report a Bug",
@ -140,11 +170,32 @@
"selectWorld.incompatible.title": "Incompatible version", "selectWorld.incompatible.title": "Incompatible version",
"selectWorld.incompatible.tooltip": "This world cannot be opened because it was created by an incompatible version.", "selectWorld.incompatible.tooltip": "This world cannot be opened because it was created by an incompatible version.",
"selectWorld.resource_load": "Preparing Resources...", "selectWorld.resource_load": "Preparing Resources...",
"subtitles.block.copper_bulb.turn_off": "Copper Bulb turns off",
"subtitles.block.copper_bulb.turn_on": "Copper Bulb turns on",
"subtitles.block.copper_trapdoor.close": "Trapdoor closes",
"subtitles.block.copper_trapdoor.open": "Trapdoor opens",
"subtitles.block.crafter.craft": "Crafter crafts", "subtitles.block.crafter.craft": "Crafter crafts",
"subtitles.block.crafter.fail": "Crafter fails crafting", "subtitles.block.crafter.fail": "Crafter fails crafting",
"subtitles.block.decorated_pot.insert": "Decorated Pot fills", "subtitles.block.decorated_pot.insert": "Decorated Pot fills",
"subtitles.block.decorated_pot.insert_fail": "Decorated Pot wobbles", "subtitles.block.decorated_pot.insert_fail": "Decorated Pot wobbles",
"subtitles.block.hanging_sign.waxed_interact_fail": "Sign wobbles", "subtitles.block.hanging_sign.waxed_interact_fail": "Sign wobbles",
"subtitles.block.trial_spawner.ambient": "Trial Spawner crackles",
"subtitles.block.trial_spawner.close_shutter": "Trial Spawner closes",
"subtitles.block.trial_spawner.detect_player": "Trial Spawner charges up",
"subtitles.block.trial_spawner.eject_item": "Trial Spawner ejects items",
"subtitles.block.trial_spawner.open_shutter": "Trial Spawner opens",
"subtitles.block.trial_spawner.spawn_mob": "Mob spawns",
"subtitles.entity.breeze.death": "Breeze dies",
"subtitles.entity.breeze.hurt": "Breeze hurts",
"subtitles.entity.breeze.idle_air": "Breeze flies",
"subtitles.entity.breeze.idle_ground": "Breeze whirs",
"subtitles.entity.breeze.inhale": "Breeze inhales",
"subtitles.entity.breeze.jump": "Breeze jumps",
"subtitles.entity.breeze.land": "Breeze lands",
"subtitles.entity.breeze.shoot": "Breeze shoots",
"subtitles.entity.breeze.slide": "Breeze slides",
"subtitles.entity.generic.wind_burst": "Wind Charge bursts",
"subtitles.entity.parrot.imitate.breeze": "Parrot whirs",
"subtitles.entity.player.teleport": "Player teleports", "subtitles.entity.player.teleport": "Player teleports",
"symlink_warning.more_info": "More Information", "symlink_warning.more_info": "More Information",
"telemetry_info.opt_in.description": "I consent to sending optional telemetry data", "telemetry_info.opt_in.description": "I consent to sending optional telemetry data",