{
  "stickies": {
    "title": "Your stickies",
    "placeholder": "click to type here",
    "all": "All stickies",
    "no-data": "Jot down an idea, capture an aha, or record a brainwave. Add a sticky to get started.",
    "add": "Add sticky",
    "search_placeholder": "Search by title",
    "delete": "Delete sticky",
    "delete_confirmation": "Are you sure you want to delete this sticky?",
    "empty_state": {
      "simple": "Jot down an idea, capture an aha, or record a brainwave. Add a sticky to get started.",
      "general": {
        "title": "Stickies are quick notes and to-dos you take down on the fly.",
        "description": "Capture your thoughts and ideas effortlessly by creating stickies that you can access anytime and from anywhere.",
        "primary_button": {
          "text": "Add sticky"
        }
      },
      "search": {
        "title": "That doesn't match any of your stickies.",
        "description": "Try a different term or let us know\nif you are sure your search is right. ",
        "primary_button": {
          "text": "Add sticky"
        }
      }
    },
    "toasts": {
      "errors": {
        "wrong_name": "The sticky name cannot be longer than 100 characters.",
        "already_exists": "There already exists a sticky with no description"
      },
      "created": {
        "title": "Sticky created",
        "message": "The sticky has been successfully created"
      },
      "not_created": {
        "title": "Sticky not created",
        "message": "The sticky could not be created"
      },
      "updated": {
        "title": "Sticky updated",
        "message": "The sticky has been successfully updated"
      },
      "not_updated": {
        "title": "Sticky not updated",
        "message": "The sticky could not be updated"
      },
      "removed": {
        "title": "Sticky removed",
        "message": "The sticky has been successfully removed"
      },
      "not_removed": {
        "title": "Sticky not removed",
        "message": "The sticky could not be removed"
      }
    }
  }
}
