[
  {
    "id": "gui.alerts.createsuccess",
    "description": "Message indicating that project was successfully created",
    "defaultMessage": "New project created."
  },
  {
    "id": "gui.alerts.createcopysuccess",
    "description": "Message indicating that project was successfully created",
    "defaultMessage": "Project saved as a copy."
  },
  {
    "id": "gui.alerts.createremixsuccess",
    "description": "Message indicating that project was successfully created",
    "defaultMessage": "Project saved as a remix."
  },
  {
    "id": "gui.alerts.creating",
    "description": "Message indicating that project is in process of creating",
    "defaultMessage": "Creating new…"
  },
  {
    "id": "gui.alerts.creatingCopy",
    "description": "Message indicating that project is in process of copying",
    "defaultMessage": "Copying project…"
  },
  {
    "id": "gui.alerts.creatingRemix",
    "description": "Message indicating that project is in process of remixing",
    "defaultMessage": "Remixing project…"
  },
  {
    "id": "gui.alerts.creatingError",
    "description": "Message indicating that project could not be created",
    "defaultMessage": "Could not create the project. Please try again!"
  },
  {
    "id": "gui.alerts.savingError",
    "description": "Message indicating that project could not be saved",
    "defaultMessage": "Project could not save."
  },
  {
    "id": "gui.alerts.savesuccess",
    "description": "Message indicating that project was successfully saved",
    "defaultMessage": "Project saved."
  },
  {
    "id": "tw.alerts.savedToDisk",
    "description": "Message indicating that project was successfully saved to the user's disk",
    "defaultMessage": "Saved to your computer."
  },
  {
    "id": "gui.alerts.saving",
    "description": "Message indicating that project is in process of saving",
    "defaultMessage": "Saving project…"
  },
  {
    "id": "tw.alerts.creatingRestorePoint",
    "description": "Menu bar message indicating that a restore point is being automatically created",
    "defaultMessage": "Creating restore point…"
  },
  {
    "id": "tw.alerts.restorePointSuccess",
    "description": "Menu bar message indicating that a restore point was successfully created. File refers to the file dropdown menu.",
    "defaultMessage": "Access restore points in \"File\""
  },
  {
    "id": "tw.alerts.restorePointError",
    "description": "Menu bar message indicating that a restore point could not be created.",
    "defaultMessage": "Could not create restore point"
  },
  {
    "id": "gui.alerts.cloudInfo",
    "description": "Info about cloud variable limitations",
    "defaultMessage": "Please note, cloud variables only support numbers, not letters or symbols. {learnMoreLink}"
  },
  {
    "id": "gui.alerts.cloudInfoLearnMore",
    "description": "Link text to cloud var faq",
    "defaultMessage": "Learn more."
  },
  {
    "id": "gui.alerts.importing",
    "description": "Message indicating that project is in process of importing",
    "defaultMessage": "Importing…"
  }
]