{
  "title": "Templates",
  "updatesPending": "Updates pending",
  "selectFieldRequired": "Select a field to edit",
  "leavePage": "Are you sure you want to leave this page? Unpublished changes will be lost if you navigate away.",

  "titles": {
    "root": "Templates",
    "fieldEditor": "Field Editor",
    "overlay": "Overlay",
    "nameAndFolder": "Name & Folder",
    "layout": "Layout",
    "settings": "Settings",
    "tableDisplay": "Table Display"
  },

  "templateTabs": {
    "nameAndFolder": "Name & Folder",
    "fieldEditor": "Field Editor",
    "overlay": "Overlay",
    "layout": "Layout",
    "settings": "Settings",
    "tableDisplay": "Table Display"
  },

  "tableTabs": {
    "project": "Project",
    "segment": "Segment",
    "scan": "Scan",
    "telemetry": "Telemetry",
    "observation": "Observation"
  },

  "fieldDetails": {
    "name": "Name",
    "alias": "Alias",
    "defaultValue": "Default Value",
    "type": "Type",
    "visible": "Visible",
    "required": "Required",
    "readOnly": "Read Only"
  },

  "tableDisplay": {
    "modal": {
      "title": "Add a Data Field",
      "dataField": "Data Field"
    }
  },

  "fields": {
    "name": "Name",
    "pacpVersion": "PACP Version",
    "createdDate": "Created Date",
    "updatedDate": "Modified Date"
  },

  "layout": {
    "titles": {
      "header": "Header",
      "watermark": "Watermark",
      "noWatermark": "No watermark",
      "address": "Address",
      "main": "Main Section",
      "secondary": "Secondary Section",
      "reports": "Reports"
    },
    "modal": {
      "addReport": "Add a report",
      "reportType": "Report type",
      "watermark": "Watermark",
      "removeWatermark": "Remove Watermark",
      "removeWatermarkConfirm": "Are you sure you want to remove this watermark?"
    }
  },

  "nameAndFolder": {
    "titles": {
      "structure": "Structure",
      "details": "Details",
      "folder": "Folder"
    },

    "folderTypeEnum": {
      "Video": "<Video>",
      "Segment": "<Segment>",
      "Scan": "<Scan>",
      "Report": "<Report>",
      "SnapShot": "<SnapShot>"
    },

    "fileTypeEnum": {
      "Video": "<Video_File>",
      "Report": "<Report_File>",
      "SnapShot": "<SnapShot_File>",
      "Database": "<Database_File>"
    },

    "parts": {
      "table": "Table",
      "name": "Name",
      "operation": "Operation",
      "staticText": "Static Text"
    }
  },

  "overlay": {
    "noOverlay": "No overlay exists",
    "warning": "The visual representations displayed herein are for informational purposes only and may not accurately reflect the final overlay video output. Users are hereby notified that the renderings provided should not be construed as definitive or binding representations of the actual results. Reliance on these approximations is at the user’s own discretion and risk.",

    "titles": {
      "format": "Format",
      "information": "Information"
    },

    "modal": {
      "title": "Add a Field",
      "section": "Section",
      "field": "Field"
    },

    "fields": {
      "font": "Font",
      "size": "Size",
      "fontColor": "Font Color",
      "backgroundColor": "Background Color",
      "shown": "Shown",
      "duration": "Duration (seconds)",
      "location": "Location"
    },

    "tableEnum": {
      "Segment": "Segment",
      "Scan": "Scan",
      "Project": "Project",
      "Observation": "Observation",
      "Telemetry": "Telemetry",
      "Export": "Export"
    },

    "fontEnum": {
      "LiberationMonoBold": "Mono-Bold",
      "LiberationMonoBoldItalic": "Mono-BoldItalic",
      "LiberationMonoItalic": "Mono-Italic",
      "LiberationMonoRegular": "Mono-Regular",
      "LiberationSansBold": "Sans-Bold",
      "LiberationSansBoldItalic": "Sans-BoldItalic",
      "LiberationSansItalic": "Sans-Italic",
      "LiberationSansRegular": "Sans-Regular",
      "LiberationSerifBold": "Serif-Bold",
      "LiberationSerifBoldItalic": "Serif-BoldItalic",
      "LiberationSerifItalic": "Serif-Italic",
      "LiberationSerifRegular": "Serif-Regular"
    },

    "whenShownEnum": {
      "Beginning": "Beginning",
      "End": "End",
      "BeginningAndEnd": "BeginningAndEnd",
      "Always": "Always",
      "Never": "Never",
      "NotAtHeader": "NotAtHeader",
      "NotAtObservation": "NotAtObservation",
      "AtObservation": "AtObservation"
    },

    "screenLocationEnum": {
      "UpperRight": "UpperRight",
      "UpperLeft": "UpperLeft",
      "LowerRight": "LowerRight",
      "LowerLeft": "LowerLeft"
    }
  },

  "create": {
    "modal": {
      "trigger": "New Template",
      "title": "New Template",
      "publish": "Publish"
    },

    "fields": {
      "default": "Start from default",
      "existing": "From existing template",
      "templateId": "Select Template",
      "name": "Name"
    },

    "errors": {
      "missName": "Name is required.",
      "templateIdRequired": "Template is required.",
      "maxNameLength": "Name cannot exceed 255 characters"
    }
  },

  "updateProject": {
    "modal": {
      "title": "Warning",
      "content": "Applying this template will only apply to new generated videos, reports, and exports. Any previous versions of these files won’t be changed. To see the updates, please create new versions."
    }
  },

  "overlayTabs": {
    "header": "Header",
    "telemetry": "Telemetry",
    "static": "Static",
    "observations": "Observations"
  },

  "settings": {
    "measurmentUnit": "Measurment Unit",
    "videoResolution": "Video Resolution",
    "videoFormat": "Video Format",
    "pacpVersion": "PACP Version",
    "enableMediaValidation": "Media Validation",

    "measurementUnitEnum": {
      "Imperial": "Imperial",
      "Metric": "Metric"
    },

    "videoResolutionEnum": {
      "R720P": "R720P",
      "R1080P": "R1080P",
      "R4K": "R4K"
    },

    "videoFormatEnum": {
      "H264": "H264",
      "Mpeg2": "MPEG2",
      "Wmv": "WMV"
    },

    "pacpVersionEnum": {
      "V7": "v7",
      "V8": "v8"
    },

    "enableMediaValidationEnum": {
      "enabled": "Enabled",
      "disabled": "Disabled"
    }
  },

  "updateTemplate": {
    "publish": "Publish",

    "modal": {
      "title": "Changes published successfully!",
      "confirmation": "Your changes have been published successfully. They are now live.",
      "warning": "Applying this template will only apply to new generated videos, reports, and exports. Any previous versions of these files won't be changed. To see the updates, please create new versions.",
      "gotIt": "Got it"
    }
  }
}
