[
  {
    "id": "tw.unknownPlatform.title",
    "description": "Title of modal that appears when loading a project made with another mod",
    "defaultMessage": "Unknown Platform"
  },
  {
    "id": "tw.unknownPlatform.1",
    "description": "Text in modal that appears when loading a project made for another mod. Followed by some information about the other mod.",
    "defaultMessage": "The project was made for a different platform:"
  },
  {
    "id": "tw.unknownPlatform.2",
    "description": "Text in modal that appears when loading a project made for another mod.",
    "defaultMessage": "Compatibility with {APP_NAME} is not guaranteed. You can continue at your own risk, but we may not be able to help if you encounter any problems."
  },
  {
    "id": "tw.unknownPlatform.continue",
    "description": "Button in modal that appears when loading a project made for another mod. Allows ignoring the warning.",
    "defaultMessage": "I understand"
  }
]