{
  "error": {
    "title": "Error",
    "notFound": "Not Found",
    "notAuthenticated": "Not Authenticated",
    "forbidden": "Forbidden",
    "unknown": "An unknown error occurred"
  },
  "success": {
    "title": "Success",
    "msg": "Your request has been successfully processed"
  },
  "value": {
    "gender": {
      "male": "Man",
      "female": "Woman",
      "other": "Divers",
      "undefined": "Not told"
    },
    "roles": {
      "admin": "Admin",
      "employee": "Employee",
      "supporter": "Supporter",
      "vcade": "VcA DE",
      "vcaat": "VcA AT",
      "vcach": "VcA CH",
      "vcaza": "VcA ZA",
      "vcaca": "VcA CA",
      "goldeimer": "Goldeimer",
      "millgall": "VcA Arts",
      "stiftung": "VcA Foundation",
      "wassergmbh": "VcA Water GmbH"
    },
    "age": {
      "notAvailable": "n/a"
    },
    "supporter": {
      "active": "active",
      "nvm": "non-voting member"
    }
  },
  "label": {
    "separator": ": ",
    "age": "Age",
    "since": "Since",
    "asp": {
      "finance": "Manager Finances",
      "operation": "Manager Operations",
      "network": "Manager Network",
      "education": "Manager Education"
    },
    "aspOfCrew": "Manager {crewName}",
    "sorting": {
      "dirButton" : {
        "ASC": "Click to sort descending",
        "DESC": "Click to sort ascending"
      },
      "fields": {
        "firstName" : "First name",
        "lastName" : "Last name",
        "email" : "Email",
        "since" : "Since",
        "residence" : "Place of residence",
        "mobile" : "Mobile phone",
        "age" : "Age",
        "gender" : "Gender"
      }
    },
    "active": {
      "button": {
        "confirm": "Confirm activity",
        "decline": "Decline activity"
      },
      "messages": {
        "confirm": "Do you want to confirm the active requests for the selected users?",
        "decline": "Do you want to decline the active requests for the selected users?"
      },
      "response": {
        "success": "Do you want to confirm the active requests for the selected users?",
        "error": "Do you want to decline the active requests for the selected users?"
      }
    },    
    "typeSelection": {
      "large": "Big Widgets",
      "medium": "Small Widgets",
      "small": "Tags",
      "table": "Table"
    },
    "pagination": {
      "button": {
        "previous": "No more supporter | Show first | Show previous (%{number})",
        "next": "No more supporter | Show last | Show next (%{number})"
      }
    },
    "table" : {
      "avatar": "Avatar",
      "name": "Name",
      "since": "Since",
      "crew": "Crew",
      "email": "Email",
      "mobile": "Mobile phone",
      "age": "Age",
      "gender": "Gender"
    },
    "placeholder": {
      "search": "Search...",
      "autocomplete": "Choose a supporter..."
    },
    "search": {
      "Supporter_firstName": "First name",
      "Supporter_lastName": "Last name",
      "Profile_email": "Email",
      "User_created": "Since",
      "Supporter_placeOfResidence": "Place of residence",
      "Supporter_mobilePhone": "Mobile phone",
      "Supporter_birthday": "Age",
      "Supporter_sex": "Gender",
      "Supporter_Crew_name": "Crew",
      "User_roles": "Employee?",
      "Supporter_Crew_role": "Crew Manager?",
      "Supporter_Crew_pillar": "Section",
      "Supporter_Crew_active": "active state",
      "remove": {
        "tag": "Remove query condition"
      },
      "button": {
        "and": "Add condition"
      }
    }
  },
  "fallback": {
    "noCrew": "No Crew"
  },
  "crews": {
    "select": {
      "noCrewsAvailable": "There are no crews available",
      "placeholder": "Please choose a crew..."
    }
  }
}
