Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "langCode": "en",
- "langName": "English",
- "translatedBy": "Translated by deseven.",
- "options": {
- "langSelect": "Select your language:",
- "tpfPath": "Transport Fever path:",
- "settingsPath": "settings.lua path:",
- "apply": "Apply"
- },
- "interface": {
- "toolbarSave": "Save",
- "toolbarRevert": "Revert all parameters",
- "toolbarAbout": "About",
- "construction": "Construction",
- "towns": "Towns",
- "world": "World",
- "game": "Game",
- "enable": "Enable",
- "thanksTo": "Thanks to:"
- },
- "messages": {
- "wrongPath": "Selected path is wrong. There is no base_config.lua file or it cannot be opened.",
- "saveError": "Failed to save config. File base_config.lua cannot be found or opened for writing.",
- "saveErrorSettings": "Failed to save config. File settings.lua cannot be found or opened for writing.",
- "missingValues": "There are some missing values in your TF config file, please restore original base_config.lua by reinstalling the game or by running integrity check in Steam.",
- "missingSettings": "There are some missing values in your settings.lua, please try to remove it and launch the game at least once.",
- "revertToDefaults": "Do you really want to revert everything to defaults?",
- "settingsAlert": "You haven't selected your settings.lua or its contents are wrong, some options won't be available."
- },
- "world": {
- "captions": {
- "millisPerDay": "Game day length (ms): ",
- "areaPerTown": "Area per town (km²): ",
- "areaPerIndustry": "Area per industry (km²): ",
- "enforceMainConnections": "Enforce main connections: ",
- "forestLevel": "Forest frequency: ",
- "forestDensity": "Forest density: ",
- "singleDensity": "Single tree frequency: ",
- "treeLine": "Maximum forest growth height (m): "
- },
- "help": {
- "millisPerDay": "Make it lower or higher if you want to alter game speed, however keep in mind that economics system will adapt to this",
- "areaPerTown": "Lower values creates more towns, bigger values create less towns",
- "areaPerIndustry": "Lower values creates more industries, bigger values create less industries",
- "enforceMainConnections": "This forces you to have roads between towns/industries",
- "forestLevel": "How many forests will be generated on a map, be careful as it may slow down your game",
- "forestDensity": "Tree density in generated forests, be careful as it may slow down your game",
- "singleDensity": "Basically a number of single trees on a map, be careful as it may slow down your game",
- "treeLine": "Trees won't grow at places which are located higher than this value"
- }
- },
- "towns": {
- "captions": {
- "townSizeFactor": "Town size: ",
- "townGrowthFactor": "Town growth factor: ",
- "townGrowthExponent": "Town growth exponent: ",
- "maxTownSize": "Maximum town population (citizens): ",
- "makeInitialStreets": "Generate roads between towns: ",
- "townMajorStreetAngleRange": "Streets angle randomization (deg): "
- },
- "help": {
- "townSizeFactor": "Starting town size",
- "townGrowthFactor": "That literally determines a town growth rate :)",
- "townGrowthExponent": "This value determines how town growth changes over time, use 100% to disable",
- "maxTownSize": "Max population in a town, use 0 for unlimited (which is the default value anyway)",
- "makeInitialStreets": "This should disable the creation of roads between towns (and industries), but it works somehow strange, be careful",
- "townMajorStreetAngleRange": "This adds some kind of randomization in city generation and development, by altering major town streets angle to the random value between 0 and defined amount of degrees"
- }
- },
- "construction": {
- "captions": {
- "industryButton": "Allow to build industries: ",
- "tramCatenaryYearFrom": "Tram catenary available from: ",
- "trackCatenaryYearFrom": "Track catenary available from: ",
- "busLaneYearFrom": "Bus lane available from: "
- },
- "help": {
- "industryButton": "If enabled you can build industries in-game, like stations or depots",
- "tramCatenaryYearFrom": "This setting determines at which year you can start to use catenaries for tram tracks",
- "trackCatenaryYearFrom": "This setting determines at which year you can start to use catenaries for railroad tracks",
- "busLaneYearFrom": "This setting determines at which year you can start to use dedicated bus lanes"
- }
- },
- "game": {
- "captions": {
- "debugMode": "Debug mode: ",
- "experimentalMapSizes": "Experimental map sizes: ",
- "useTextureCompression": "Use texture compression: ",
- "useTextureScaleDown": "Use texture downscaling: "
- },
- "help": {
- "debugMode": "Enable debug mode if you're developing mods to get more info when your game is crashing",
- "experimentalMapSizes": "Enable this to be able to generate very big maps",
- "useTextureCompression": "Enable or disable texture compression, compressed textures are going to texture_cache folder",
- "useTextureScaleDown": "Enable or disable texture downscaling, downscaled textures use less amount of video memory"
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement