Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "langCode": "en",
- "langName": "English",
- "translatedBy": "Internal english translation.",
- "options": {
- "langSelect": "Select your language:",
- "tpfPath": "Transport Fever 2 path:",
- "settingsPath": "settings.lua path:",
- "apply": "Apply"
- },
- "interface": {
- "toolbarSave": "Save",
- "toolbarRevert": "Revert all parameters",
- "toolbarAbout": "About",
- "construction": "Construction",
- "world": "World",
- "game": "Game",
- "enable": "Enable",
- "thanksTo": "Thanks to:"
- },
- "messages": {
- "wrongPath": "Selected game path is wrong. There is no base_config.lua file or it cannot be opened.",
- "wrongPathSettings": "Selected settings path is wrong. There is no settings.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?",
- "updateFound": "A new TF2CE version has been found! Do you want to update?",
- "updateFailed": "Failed to install new version :(\nLooks like you have to do it manually, a link will be opened in your browser."
- },
- "world": {
- "captions": {
- "enforceMainConnections": "Enforce main connections: ",
- "makeInitialStreets": "Generate roads between towns: "
- },
- "help": {
- "enforceMainConnections": "This forces you to have roads between towns/industries",
- "makeInitialStreets": "This should disable the creation of roads between towns (and industries), but it works somehow strange, be careful"
- }
- },
- "construction": {
- "captions": {
- "industryButton": "Allow to build industries: ",
- "sandboxButton": "Enable sandbox mode: ",
- "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",
- "sandboxButton": "If enabled you can build cities in-game",
- "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: ",
- "noCosts": "Unlimited money: ",
- "earnAchievementsWithMods": "Allow achievements with mods: "
- },
- "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",
- "noCosts": "Enable this to have unlimited money",
- "earnAchievementsWithMods": "Enable this to allow earning achievements with mods enabled"
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement