|
1 | 1 | { |
| 2 | + "1.18": { |
| 3 | + "selectWorld.conversion.tooltip": "This world must be opened in an older version (like 1.6.4) to be safely converted", |
| 4 | + "selectWorld.incompatible_series": "Created by an incompatible version", |
| 5 | + "options.gamma.default": "Default", |
| 6 | + "options.simulationDistance": "Simulation Distance", |
| 7 | + "options.prioritizeChunkUpdates": "Chunk Builder", |
| 8 | + "options.prioritizeChunkUpdates.none": "Threaded", |
| 9 | + "options.prioritizeChunkUpdates.byPlayer": "Semi Blocking", |
| 10 | + "options.prioritizeChunkUpdates.nearby": "Fully Blocking", |
| 11 | + "options.prioritizeChunkUpdates.none.tooltip": "Nearby chunks are compiled in parallel threads. This may result in brief visual holes when blocks are destroyed.", |
| 12 | + "options.prioritizeChunkUpdates.byPlayer.tooltip": "Some actions within a chunk will recompile the chunk immediately. This includes block placing & destroying.", |
| 13 | + "options.prioritizeChunkUpdates.nearby.tooltip": "Nearby chunks are always compiled immediately. This may impact game performance when blocks are placed or destroyed.", |
| 14 | + "options.difficulty.online": "Server Difficulty", |
| 15 | + "options.audioDevice": "Device", |
| 16 | + "options.audioDevice.default": "System Default", |
| 17 | + "options.online": "Online...", |
| 18 | + "options.online.title": "Online Options", |
| 19 | + "options.allowServerListing": "Allow Server Listings", |
| 20 | + "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.", |
| 21 | + "options.autosaveIndicator": "Autosave Indicator", |
| 22 | + "options.hideLightningFlashes": "Hide Lightning Flashes", |
| 23 | + "options.hideLightningFlashes.tooltip": "Prevents lightning bolts from making the sky flash. The bolts themselves will still be visible.", |
| 24 | + "controls.keybinds": "Key Binds...", |
| 25 | + "controls.keybinds.title": "Key Binds", |
| 26 | + "item.minecraft.music_disc_otherside": "Music Disc", |
| 27 | + "item.minecraft.music_disc_otherside.desc": "Lena Raine - otherside", |
| 28 | + "subtitles.block.growing_plant.crop": "Plant cropped", |
| 29 | + "subtitles.item.bundle.drop_contents": "Bundle empties", |
| 30 | + "subtitles.item.bundle.insert": "Item packed", |
| 31 | + "subtitles.item.bundle.remove_one": "Item unpacked", |
| 32 | + "advancements.adventure.fall_from_world_height.title": "Caves & Cliffs", |
| 33 | + "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", |
| 34 | + "advancements.adventure.play_jukebox_in_meadows.title": "Sound of Music", |
| 35 | + "advancements.adventure.play_jukebox_in_meadows.description": "Make the Meadows come alive with the sound of music from a jukebox", |
| 36 | + "advancements.adventure.trade_at_world_height.title": "Star Trader", |
| 37 | + "advancements.adventure.trade_at_world_height.description": "Trade with a villager at the build height limit", |
| 38 | + "advancements.nether.ride_strider_in_overworld_lava.title": "Feels like home", |
| 39 | + "advancements.nether.ride_strider_in_overworld_lava.description": "Take a Strider for a loooong ride on a lava lake in the Overworld", |
| 40 | + "commands.jfr.started": "JFR profiling started", |
| 41 | + "commands.jfr.start.failed": "Failed to start JFR profiling", |
| 42 | + "commands.jfr.stopped": "JFR profiling stopped and dumped to %s", |
| 43 | + "commands.jfr.dump.failed": "Failed to dump JFR recording: %s", |
| 44 | + "commands.worldborder.set.failed.far": "World border cannot be further out than %s blocks", |
| 45 | + "biome.minecraft.old_growth_birch_forest": "Old Growth Birch Forest", |
| 46 | + "biome.minecraft.old_growth_pine_taiga": "Old Growth Pine Taiga", |
| 47 | + "biome.minecraft.old_growth_spruce_taiga": "Old Growth Spruce Taiga", |
| 48 | + "biome.minecraft.frozen_peaks": "Frozen Peaks", |
| 49 | + "biome.minecraft.grove": "Grove", |
| 50 | + "biome.minecraft.jagged_peaks": "Jagged Peaks", |
| 51 | + "biome.minecraft.meadow": "Meadow", |
| 52 | + "biome.minecraft.snowy_plains": "Snowy Plains", |
| 53 | + "biome.minecraft.snowy_slopes": "Snowy Slopes", |
| 54 | + "biome.minecraft.sparse_jungle": "Sparse Jungle", |
| 55 | + "biome.minecraft.stony_peaks": "Stony Peaks", |
| 56 | + "biome.minecraft.stony_shore": "Stony Shore", |
| 57 | + "biome.minecraft.windswept_forest": "Windswept Forest", |
| 58 | + "biome.minecraft.windswept_gravelly_hills": "Windswept Gravelly Hills", |
| 59 | + "biome.minecraft.windswept_hills": "Windswept Hills", |
| 60 | + "biome.minecraft.windswept_savanna": "Windswept Savanna", |
| 61 | + "biome.minecraft.wooded_badlands": "Wooded Badlands" |
| 62 | + }, |
2 | 63 | "1.17": { |
3 | 64 | "gui.socialInteractions.title": "Social Interactions", |
4 | 65 | "gui.socialInteractions.tab_all": "All", |
|
0 commit comments