Advertisement
deseven

TF2CE English

Dec 12th, 2019
1,507
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.33 KB | None | 0 0
  1. {
  2.     "langCode": "en",
  3.     "langName": "English",
  4.     "translatedBy": "Internal english translation.",
  5.     "options": {
  6.         "langSelect": "Select your language:",
  7.         "tpfPath": "Transport Fever 2 path:",
  8.         "settingsPath": "settings.lua path:",
  9.         "apply": "Apply"
  10.     },
  11.     "interface": {
  12.         "toolbarSave": "Save",
  13.         "toolbarRevert": "Revert all parameters",
  14.         "toolbarAbout": "About",
  15.         "construction": "Construction",
  16.         "world": "World",
  17.         "game": "Game",
  18.         "enable": "Enable",
  19.         "thanksTo": "Thanks to:"
  20.     },
  21.     "messages": {
  22.         "wrongPath": "Selected game path is wrong. There is no base_config.lua file or it cannot be opened.",
  23.         "wrongPathSettings": "Selected settings path is wrong. There is no settings.lua file or it cannot be opened.",
  24.         "saveError": "Failed to save config. File base_config.lua cannot be found or opened for writing.",
  25.         "saveErrorSettings": "Failed to save config. File settings.lua cannot be found or opened for writing.",
  26.         "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.",
  27.         "missingSettings": "There are some missing values in your settings.lua, please try to remove it and launch the game at least once.",
  28.         "revertToDefaults": "Do you really want to revert everything to defaults?",
  29.         "updateFound": "A new TF2CE version has been found! Do you want to update?",
  30.         "updateFailed": "Failed to install new version :(\nLooks like you have to do it manually, a link will be opened in your browser."
  31.    
  32.     },
  33.     "world": {
  34.         "captions": {
  35.             "enforceMainConnections": "Enforce main connections: ",
  36.             "makeInitialStreets": "Generate roads between towns: "
  37.         },
  38.         "help": {
  39.             "enforceMainConnections": "This forces you to have roads between towns/industries",
  40.             "makeInitialStreets": "This should disable the creation of roads between towns (and industries), but it works somehow strange, be careful"
  41.         }
  42.     },
  43.     "construction": {
  44.         "captions": {
  45.             "industryButton": "Allow to build industries: ",
  46.             "sandboxButton": "Enable sandbox mode: ",
  47.             "tramCatenaryYearFrom": "Tram catenary available from: ",
  48.             "trackCatenaryYearFrom": "Track catenary available from: ",
  49.             "busLaneYearFrom": "Bus lane available from: "
  50.         },
  51.         "help": {
  52.             "industryButton": "If enabled you can build industries in-game, like stations or depots",
  53.             "sandboxButton": "If enabled you can build cities in-game",
  54.             "tramCatenaryYearFrom": "This setting determines at which year you can start to use catenaries for tram tracks",
  55.             "trackCatenaryYearFrom": "This setting determines at which year you can start to use catenaries for railroad tracks",
  56.             "busLaneYearFrom": "This setting determines at which year you can start to use dedicated bus lanes"
  57.         }
  58.     },
  59.     "game": {
  60.         "captions": {
  61.             "debugMode": "Debug mode: ",
  62.             "experimentalMapSizes": "Experimental map sizes: ",
  63.             "noCosts": "Unlimited money: ",
  64.             "earnAchievementsWithMods": "Allow achievements with mods: "
  65.         },
  66.         "help": {
  67.             "debugMode": "Enable debug mode if you're developing mods to get more info when your game is crashing",
  68.             "experimentalMapSizes": "Enable this to be able to generate very big maps",
  69.             "noCosts": "Enable this to have unlimited money",
  70.             "earnAchievementsWithMods": "Enable this to allow earning achievements with mods enabled"
  71.         }
  72.     }
  73. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement