{
  "locale": "en",
  "app": {
    "title": "Equipment Manager",
    "subtitle": "Welcome to your American football gear manager! Easily organize your equipment, track what you have, and create a wishlist for the gear you need. Stay ready for every game and never miss out on the tools to up your performance!"
  },
  "navigation": {
    "start": "Start",
    "equipment": "Equipment",
    "wishlist": "Wishlist",
    "settings": "Settings",
    "notification": "Notification",
    "privacyPolicy": "Privacy Policy",
    "rateApp": "Rate Us",
    "shareApp": "Share App",
    "clearData": "Clear Data"
  },
  "dialogs": {
    "rateApp": {
      "title": "Rate this app",
      "subtitle": "You like this app ? Then take a little bit of your time to leave a rating :"
    },
    "clearData": {
      "info": "Are you sure you want to clear data? All data will be lost.",
      "cancel": "Cancel"
    },
    "newFolder": {
      "title": "New Folder",
      "subtitle": "Enter title for the new folder."
    },
    "renameFolder": {
      "title": "Rename Folder",
      "info": "Enter new title for this folder."
    },
    "deleteFolder": {
      "title": "Delete Folder",
      "info": "Are you sure you want to delete this folder?"
    },
    "deleteItem": {
      "title": "Delete Item",
      "info": "Are you sure you want to delete this item?"
    },
    "confirmExit": {
      "title": "Unsaved Changes",
      "info": "Are you sure you want to exit? All entered data will be lost."
    },
    "imageUpload": {
      "title": "Picture Upload",
      "subtitle": "Add picture of your item."
    },
    "permissionDenied": {
      "title": "Oops",
      "gallery": "You’ll need to allow gallery access in Settings to upload photo from gallery.",
      "camera": "You’ll need to allow camera access in Settings to take a photo."
    }
  },
  "homeBanner": {
    "title": "Equipment Manager",
    "info": "Stay ready for every game and never miss out on the gear to up your performance!"
  },
  "emptyStates": {
    "folders": "There are no Folders here, create a new one",
    "folder": "There are no Items here, add a new one",
    "items": "There are no Items here, create a new one",
    "wishlist": "There are no Items here, add a new one"
  },
  "tooltips": {
    "wishlistItem": "Double-tap on item to mark as obtained"
  },
  "filters": {
    "allItems": "All Items",
    "needsCleaning": "Needs Cleaning",
    "needsRepair": "Needs Repair",
    "date": "Date Filter"
  },
  "forms": {
    "title": "Title",
    "name": "Name",
    "nameHint": "Item Name",
    "size": "Size",
    "otherSizeVariant": "Other Size Variant",
    "purchaseDate": "Purchase Date",
    "warranty": "Warranty",
    "warrantyExpDate": "Warranty Expiration Date",
    "careInstructions": "Care Instructions",
    "careInstructionsHint": "Hand wash, 30 degrees, etc.",
    "requiresCleaning": "Requires Cleaning",
    "requiresRepair": "Requires Repair",
    "description": "Description",
    "descriptionHint": "Additional info",
    "price": "Price",
    "priceHint": "Placeholder",
    "currency": "Currency",
    "select": "Select"
  },
  "actions": {
    "create": "Create",
    "save": "Save",
    "add": "Add",
    "edit": "Edit",
    "delete": "Delete",
    "rename": "Rename",
    "exit": "Exit",
    "share": "Share",
    "newFolder": "New Folder",
    "newItem": "New Item",
    "addItem": "Add Item",
    "takePhoto": "Take a Photo",
    "fromGallery": "From Gallery",
    "tapToAddPicture": "Tap to add picture"
  },
  "validations": {
    "noSpacesAllowed": "Spaces are not allowed",
    "fieldEmpty": "This field cannot be empty"
  },
  "misc": {
    "item": "Item",
    "folder": "Folder",
    "noFolder": "No Folder"
  }
}