1{
2  "THIS_IS_STATION_YOU_DO_NOT_HAVE_ENOUGH": {
3    "description": "",
4    "message": "This is {station}. You do not have enough money for your docking fee of {fee}."
5  },
6  "WELCOME_ABOARD_STATION_FEE_DEDUCTED": {
7    "description": "Station welcome message, docking in orbit",
8    "message": "Welcome aboard {station}. Your docking fee of {fee} has been deducted."
9  },
10  "WELCOME_TO_STATION_FEE_DEDUCTED": {
11    "description": "Station welcome message, ground station landing",
12    "message": "Welcome to {station}. Your landing fee of {fee} has been deducted."
13  }
14}
15