|
| 1 | +{ |
| 2 | + "text.autoconfig.astrocraft.title": "Astrocraft Configuration", |
| 3 | + "text.autoconfig.astrocraft.category.general": "General", |
| 4 | + "text.autoconfig.astrocraft.category.stars": "Stars", |
| 5 | + "text.autoconfig.astrocraft.category.sun+moon": "Sun / Moon", |
| 6 | + "text.autoconfig.astrocraft.category.planets": "Planets", |
| 7 | + "text.autoconfig.astrocraft.category.advanced": "Advanced", |
| 8 | + |
| 9 | + "text.autoconfig.astrocraft.option.magnitudeLimit": "Magnitude Limit", |
| 10 | + "text.autoconfig.astrocraft.option.magnitudeLimit.@Tooltip": "Stars with a higher magnitude will not be rendered", |
| 11 | + "text.autoconfig.astrocraft.option.roundStars": "Round Stars", |
| 12 | + |
| 13 | + "text.autoconfig.astrocraft.option.starOpacity": "Star Opacity (%)", |
| 14 | + "text.autoconfig.astrocraft.option.starColor": "Star Color (%)", |
| 15 | + "text.autoconfig.astrocraft.option.enableRealStars": "Enable Real Stars", |
| 16 | + "text.autoconfig.astrocraft.option.enableCustomStars": "Enable Custom Stars", |
| 17 | + "text.autoconfig.astrocraft.option.daytimeStars": "Daytime Stars", |
| 18 | + "text.autoconfig.astrocraft.option.baseSize": "Star Size", |
| 19 | + "text.autoconfig.astrocraft.option.maxSizeMultiplier": "Star Size Multiplier", |
| 20 | + "text.autoconfig.astrocraft.option.starBrightnessBase": "Star Brightness", |
| 21 | + "text.autoconfig.astrocraft.option.starBrightnessModifier": "Star Brightness Multiplier", |
| 22 | + "text.autoconfig.astrocraft.option.customStars.@PrefixText": "Add your own stars", |
| 23 | + "text.autoconfig.astrocraft.option.customStars": "Custom Stars", |
| 24 | + "text.autoconfig.astrocraft.option.Star": "Star", |
| 25 | + "text.autoconfig.astrocraft.option.Star.name": "Name", |
| 26 | + "text.autoconfig.astrocraft.option.Star.magn": "Magnitude", |
| 27 | + "text.autoconfig.astrocraft.option.Star.ra": "Right Ascension (°)", |
| 28 | + "text.autoconfig.astrocraft.option.Star.de": "Declination (°)", |
| 29 | + "text.autoconfig.astrocraft.option.Star.dist": "Distance (pc) (Optional)", |
| 30 | + "text.autoconfig.astrocraft.option.Star.color": "Color", |
| 31 | + "text.autoconfig.astrocraft.option.Star.color.red": "Red", |
| 32 | + "text.autoconfig.astrocraft.option.Star.color.green": "Green", |
| 33 | + "text.autoconfig.astrocraft.option.Star.color.blue": "Blue", |
| 34 | + "text.autoconfig.astrocraft.option.Star.color.alpha": "Alpha", |
| 35 | + |
| 36 | + "text.autoconfig.astrocraft.option.latitude": "Latitude (°)", |
| 37 | + "text.autoconfig.astrocraft.option.latitude.@Tooltip[0]": "North is negative, south is positive", |
| 38 | + "text.autoconfig.astrocraft.option.latitude.@Tooltip[1]": "Set to a value above 90° for dynamic latitude", |
| 39 | + "text.autoconfig.astrocraft.option.seed": "Seed", |
| 40 | + "text.autoconfig.astrocraft.option.angledSky": "Tilted Sky", |
| 41 | + "text.autoconfig.astrocraft.option.angledSky.@Tooltip": "Angle the sun, moon and stars depending on the latitude and time of the year", |
| 42 | + "text.autoconfig.astrocraft.option.ambientLight": "Ambient Light (%)", |
| 43 | + |
| 44 | + "text.autoconfig.astrocraft.option.legacyMoon": "Legacy Moon Mode", |
| 45 | + "text.autoconfig.astrocraft.option.legacyMoon.@Tooltip": "This fixes some mod incompatibilities affecting the moon, and simplifies configuration", |
| 46 | + "text.autoconfig.astrocraft.option.legacyMoonOptions": "Legacy Moon Options", |
| 47 | + "text.autoconfig.astrocraft.option.legacyMoonOptions.hideNewMoon": "Hide New Moon", |
| 48 | + "text.autoconfig.astrocraft.option.legacyMoonOptions.monthLength": "Month Length (days)", |
| 49 | + "text.autoconfig.astrocraft.option.legacyMoonOptions.monthLength.@Tooltip": "Length of a lunar cycle (in ingame days)", |
| 50 | + "text.autoconfig.astrocraft.option.legacyMoonOptions.enableMovement": "Enable Movement", |
| 51 | + "text.autoconfig.astrocraft.option.legacyMoonOptions.enableMovement.@Tooltip": "If disabled, the moon will be fixed opposite the sun", |
| 52 | + "text.autoconfig.astrocraft.option.legacyMoonOptions.sunLight": "Sun Light (%)", |
| 53 | + "text.autoconfig.astrocraft.option.legacyMoonOptions.moonLight": "Moon Light (%)", |
| 54 | + "text.autoconfig.astrocraft.option.legacyMoonOptions.moonInclination": "Lunar Inclination (°)", |
| 55 | + "text.autoconfig.astrocraft.option.legacyMoonOptions.enableEclipses": "Enable Eclipses", |
| 56 | + |
| 57 | + "text.autoconfig.astrocraft.option.enableConfigMenu": "Enable Config Menu", |
| 58 | + "text.autoconfig.astrocraft.option.enableConfigMenu.@Tooltip": "Warning: This option can only be re-enabled in the config file", |
| 59 | + "text.autoconfig.astrocraft.option.updateTime": "Update Interval", |
| 60 | + "text.autoconfig.astrocraft.option.updateTime.@Tooltip[0]": "How often the positions of stars, planets, etc. should be updated.", |
| 61 | + "text.autoconfig.astrocraft.option.updateTime.@Tooltip[1]": "Do not set this too low (your game will crash)", |
| 62 | + "text.autoconfig.astrocraft.option.updateOffset": "Update Offset", |
| 63 | + "text.autoconfig.astrocraft.option.copyCount": "Star Copy Count", |
| 64 | + "text.autoconfig.astrocraft.option.copyRange": "Star Copy Variance", |
| 65 | + "text.autoconfig.astrocraft.option.copyPower": "Star Copy Power", |
| 66 | + "text.autoconfig.astrocraft.option.deadzone": "Enable Sun / Moon Deadzone", |
| 67 | + "text.autoconfig.astrocraft.option.useWorldSeed": "Use World Seed", |
| 68 | + "text.autoconfig.astrocraft.option.disableSpyglassMagnitudeBonus": "Disable Spyglass Behavior", |
| 69 | + "text.autoconfig.astrocraft.option.disableSpyglassMagnitudeBonus.@Tooltip": "Prevents extra stars being rendered while using a spyglass (Causes lag)", |
| 70 | + "text.autoconfig.astrocraft.option.enableSpyglassCulling": "Enable Spyglass Culling", |
| 71 | + |
| 72 | + "text.autoconfig.astrocraft.option.globeMode": "Enable Globe Mode", |
| 73 | + "text.autoconfig.astrocraft.option.timezones": "Enable Timezones", |
| 74 | + "text.autoconfig.astrocraft.option.earthGlobe": "Earth Globe", |
| 75 | + "text.autoconfig.astrocraft.option.earthGlobe.meridianX": "Meridian", |
| 76 | + "text.autoconfig.astrocraft.option.earthGlobe.equatorZ": "Equator", |
| 77 | + "text.autoconfig.astrocraft.option.earthGlobe.blocks90": "Equator-Pole Distance", |
| 78 | + "text.autoconfig.astrocraft.option.simulateAtmosphere": "Simulate Non-Earth Atmospheres", |
| 79 | + "text.autoconfig.astrocraft.option.simulateAtmosphere.@Tooltip": "Will not render blue skies if the observing planet does not have an atmosphere", |
| 80 | + "text.autoconfig.astrocraft.option.enableMeteors": "Enable Meteors", |
| 81 | + "text.autoconfig.astrocraft.option.totalMeteors": "Total Meteors", |
| 82 | + "text.autoconfig.astrocraft.option.sporadicMeteors": "Sporadic Meteors", |
| 83 | + "text.autoconfig.astrocraft.option.preventSunStarRendering": "Prevent Sun Star Rendering", |
| 84 | + "text.autoconfig.astrocraft.option.preventSunStarRendering.@Tooltip": "Prevents rendering the sun like a bright star on the outer planets", |
| 85 | + "text.autoconfig.astrocraft.option.enableSunspots": "Enable Sunspots", |
| 86 | + "text.autoconfig.astrocraft.option.bigSunAndMoon": "Big Sun / Moon", |
| 87 | + "text.autoconfig.astrocraft.option.bigSunAndMoon.@Tooltip": "Make the sun / moon unrealistically large", |
| 88 | + "text.autoconfig.astrocraft.option.diameterScale": "Sun / Moon Scale", |
| 89 | + "text.autoconfig.astrocraft.option.diameterScale.@Tooltip[0]": "For their real-life sizes: set to 1", |
| 90 | + "text.autoconfig.astrocraft.option.diameterScale.@Tooltip[1]": "However, because human vision works differently", |
| 91 | + "text.autoconfig.astrocraft.option.diameterScale.@Tooltip[2]": "to a computer screen, the sun and moon may seem really small.", |
| 92 | + "text.autoconfig.astrocraft.option.sunAppearance": "Sun Appearance", |
| 93 | + "text.autoconfig.astrocraft.option.sunMagnitude": "Sun Brightness", |
| 94 | + "text.autoconfig.astrocraft.option.spaceStart": "Space Transition Start", |
| 95 | + "text.autoconfig.astrocraft.option.spaceHeight": "Space Transition Size", |
| 96 | + "text.autoconfig.astrocraft.option.gridStep": "Grid Quality", |
| 97 | + "text.autoconfig.astrocraft.option.debugX": "Debug", |
| 98 | + "text.autoconfig.astrocraft.option.debugY": "Debug", |
| 99 | + "text.autoconfig.astrocraft.option.debugZ": "Debug", |
| 100 | + |
| 101 | + "text.autoconfig.astrocraft.category.deepsky": "Deepsky", |
| 102 | + "text.autoconfig.astrocraft.option.enableSkybox": "Enable Milky Way", |
| 103 | + "text.autoconfig.astrocraft.option.enableDSO": "Enable Deepsky Objects", |
| 104 | + "text.autoconfig.astrocraft.option.enableDSO.@Tooltip": "Galaxies / Nebulae / Clusters etc.", |
| 105 | + "text.autoconfig.astrocraft.option.DSOBrightness": "Deepsky Brightness", |
| 106 | + "text.autoconfig.astrocraft.option.spyglassMagnitudeLimit": "Spyglass Magnitude Limit", |
| 107 | + "text.autoconfig.astrocraft.option.spyglassMagnitudeLimit.@Tooltip[0]": "Reduce if your game freezes when using a spyglass", |
| 108 | + "text.autoconfig.astrocraft.option.spyglassMagnitudeLimit.@Tooltip[1]": "F3 + T / Reload to apply without restarting", |
| 109 | + "text.autoconfig.astrocraft.option.customDSOs": "Custom Deepsky Objects", |
| 110 | + "text.autoconfig.astrocraft.option.ConfigurableDSO": "", |
| 111 | + "text.autoconfig.astrocraft.option.ConfigurableDSO.name": "Name", |
| 112 | + "text.autoconfig.astrocraft.option.ConfigurableDSO.texture": "Texture", |
| 113 | + "text.autoconfig.astrocraft.option.ConfigurableDSO.texture.@Tooltip[0]": "Use a resource pack to add new textures", |
| 114 | + "text.autoconfig.astrocraft.option.ConfigurableDSO.texture.@Tooltip[1]": "At: \"astrocraft/textures/deepsky/%texture%.png\"", |
| 115 | + "text.autoconfig.astrocraft.option.ConfigurableDSO.magnitude": "Magnitude", |
| 116 | + "text.autoconfig.astrocraft.option.ConfigurableDSO.rightAscension": "Right Ascension (°)", |
| 117 | + "text.autoconfig.astrocraft.option.ConfigurableDSO.declination": "Declination (°)", |
| 118 | + "text.autoconfig.astrocraft.option.ConfigurableDSO.orientation": "Orientation (°)", |
| 119 | + "text.autoconfig.astrocraft.option.ConfigurableDSO.width": "Width (°)", |
| 120 | + "text.autoconfig.astrocraft.option.ConfigurableDSO.height": "Height (°)", |
| 121 | + |
| 122 | + "text.autoconfig.astrocraft.option.planets.@PrefixText": "Modify existing planets / moons or make new ones", |
| 123 | + "text.autoconfig.astrocraft.option.enablePlanets": "Enable Planets", |
| 124 | + "text.autoconfig.astrocraft.option.enableAsteroids": "Enable Asteroids", |
| 125 | + "text.autoconfig.astrocraft.option.yearLength": "Year Length (days)", |
| 126 | + "text.autoconfig.astrocraft.option.yearLength.@Tooltip[0]": "Length of a year in minecraft days", |
| 127 | + "text.autoconfig.astrocraft.option.yearLength.@Tooltip[1]": "This changes the orbital periods of all planets", |
| 128 | + "text.autoconfig.astrocraft.option.seasonOffset": "Starting Season (°)", |
| 129 | + "text.autoconfig.astrocraft.option.seasonOffset.@Tooltip[0]": "The right ascension of the sun at world creation", |
| 130 | + "text.autoconfig.astrocraft.option.seasonOffset.@Tooltip[1]": "0° starts at March equinox (NH Spring), 90° starts at June solstice (NH Summer), etc.", |
| 131 | + "text.autoconfig.astrocraft.option.bigPlanets": "Big Planets", |
| 132 | + "text.autoconfig.astrocraft.option.bigPlanets.@Tooltip": "Make the planets unrealistically large (Experimental)", |
| 133 | + "text.autoconfig.astrocraft.option.observerPlanet": "Observing Planet", |
| 134 | + "text.autoconfig.astrocraft.option.observerPlanet.@Tooltip": "Name of the planet you are on", |
| 135 | + "text.autoconfig.astrocraft.option.planets": "Planets", |
| 136 | + "text.autoconfig.astrocraft.option.ConfigurablePlanet": "Planet", |
| 137 | + "text.autoconfig.astrocraft.option.ConfigurablePlanet.name": "Name", |
| 138 | + "text.autoconfig.astrocraft.option.ConfigurablePlanet.orbit": "Orbit", |
| 139 | + "text.autoconfig.astrocraft.option.ConfigurablePlanet.orbit.semiMajorAxis": "Semi-major Axis (AU)", |
| 140 | + "text.autoconfig.astrocraft.option.ConfigurablePlanet.orbit.semiMajorAxis.@Tooltip": "Distance from orbit's center", |
| 141 | + "text.autoconfig.astrocraft.option.ConfigurablePlanet.orbit.period": "Orbital Period (years)", |
| 142 | + "text.autoconfig.astrocraft.option.ConfigurablePlanet.orbit.period.@Tooltip": "Sidereal Orbital Period", |
| 143 | + "text.autoconfig.astrocraft.option.ConfigurablePlanet.orbit.inclination": "Inclination (°)", |
| 144 | + "text.autoconfig.astrocraft.option.ConfigurablePlanet.orbit.eccentricity": "Eccentricity", |
| 145 | + "text.autoconfig.astrocraft.option.ConfigurablePlanet.orbit.obliquity": "Axial Tilt (°)", |
| 146 | + "text.autoconfig.astrocraft.option.ConfigurablePlanet.moons": "Moons", |
| 147 | + "text.autoconfig.astrocraft.option.ConfigurablePlanet.appearance": "Appearance", |
| 148 | + "text.autoconfig.astrocraft.option.ConfigurablePlanet.appearance.magnitude": "Absolute Magnitude (H)", |
| 149 | + "text.autoconfig.astrocraft.option.ConfigurablePlanet.appearance.magnitude.@Tooltip": "Brightness of the planet (Lower values are brighter)", |
| 150 | + "text.autoconfig.astrocraft.option.ConfigurablePlanet.appearance.texture": "Texture", |
| 151 | + "text.autoconfig.astrocraft.option.ConfigurablePlanet.appearance.rings": "Rings", |
| 152 | + "text.autoconfig.astrocraft.option.ConfigurablePlanet.appearance.color": "Color", |
| 153 | + "text.autoconfig.astrocraft.option.ConfigurablePlanet.appearance.color.red": "Red", |
| 154 | + "text.autoconfig.astrocraft.option.ConfigurablePlanet.appearance.color.green": "Green", |
| 155 | + "text.autoconfig.astrocraft.option.ConfigurablePlanet.appearance.color.blue": "Blue", |
| 156 | + "text.autoconfig.astrocraft.option.ConfigurablePlanet.appearance.color.alpha": "Alpha", |
| 157 | + "text.autoconfig.astrocraft.option.sunAppearance.magnitude": "Absolute Magnitude", |
| 158 | + "text.autoconfig.astrocraft.option.sunAppearance.magnitude.@Tooltip": "Brightness of the planet (Lower values are brighter)", |
| 159 | + "text.autoconfig.astrocraft.option.sunAppearance.texture": "Texture (Set to \"Star\" if you change the color)", |
| 160 | + "text.autoconfig.astrocraft.option.sunAppearance.rings": "Rings", |
| 161 | + "text.autoconfig.astrocraft.option.sunAppearance.color": "Color", |
| 162 | + "text.autoconfig.astrocraft.option.sunAppearance.color.red": "Red", |
| 163 | + "text.autoconfig.astrocraft.option.sunAppearance.color.green": "Green", |
| 164 | + "text.autoconfig.astrocraft.option.sunAppearance.color.blue": "Blue", |
| 165 | + "text.autoconfig.astrocraft.option.sunAppearance.color.alpha": "Alpha", |
| 166 | + |
| 167 | + "text.autoconfig.astrocraft.category.overlay": "Overlays", |
| 168 | + "text.autoconfig.astrocraft.option.showConstellations": "Show Constellations", |
| 169 | + "text.autoconfig.astrocraft.option.showConstellations.@Tooltip": "Draw lines between stars to show constellations", |
| 170 | + "text.autoconfig.astrocraft.option.showEquator": "Show Equator", |
| 171 | + "text.autoconfig.astrocraft.option.showEquatorialGrid": "Show Equatorial Grid", |
| 172 | + "text.autoconfig.astrocraft.option.showEcliptic": "Show Ecliptic", |
| 173 | + "text.autoconfig.astrocraft.option.showZodiac": "Show Zodiac (Tropical)", |
| 174 | + |
| 175 | + "text.autoconfig.astrocraft.category.misc": "Miscellaneous", |
| 176 | + |
| 177 | + "text.autoconfig.astrocraft.option.ColorRGBA": "Custom Star Color", |
| 178 | + "text.autoconfig.astrocraft.option.ColorRGBA.red": "Red", |
| 179 | + "text.autoconfig.astrocraft.option.ColorRGBA.green": "Green", |
| 180 | + "text.autoconfig.astrocraft.option.ColorRGBA.blue": "Blue", |
| 181 | + "text.autoconfig.astrocraft.option.ColorRGBA.alpha": "Alpha" |
| 182 | +} |
0 commit comments