Common Translations

{
  "language": "en",
  "title": {
    "home": "IPF Operational Dashboard",
    "pageNotFound": "404",
    "pageForbidden": "403"
  },
  "heading": {
    "version-info": "IPF Version",
    "cluster-health": "IPF Cluster Health",
    "audit": "Audit",
    "metrics": "Metrics",
    "ods": "ODS Search",
    "htm": "Human Task Manager",
    "processing-settings": "Processing Settings",
    "permissions": "Permissions",
    "copyToClipboard": "Copy"
  },
  "text": {
    "logoutMessage": "You have successfully Logged out",
    "invalidLoginCredentials": "Invalid Login Details",
    "noAuthOptions": "Sorry this page is unavailable, please check your authorisation settings",
    "homeDescription": "Set of tools to help maintain the flow of payments on IPF",
    "version-infoDescription": "Version info for all deployed packages",
    "cluster-healthDescription": "Health reports for all nodes in the cluster",
    "auditDescription": "View latest logged actions performed from this dashboard",
    "metricsDescription": "View system metrics",
    "odsDescription": "Search for payments and recalls based on custom criteria",
    "htmDescription": "Manual interventions actions required as part of processing",
    "processing-settingsDescription": "Review and manage processing settings",
    "permissionsDescription": "View user permissions",
    "addNew": "Add new...",
    "ariaDeleteAmountDescription": "Delete amount",
    "ariaAddAmountDescription": "Add amount",
    "ariaDeleteDateDescription": "Delete date",
    "ariaAddDateDescription": "Add date",
    "ariaOptionDescription": "Select an option",
    "bothOptionsRequired": "{{option1}} and {{option2}} are both required",
    "copyToClipboardDescription": "Copied '{{value}}' to clipboard",
    "inputTip": "Tip: press 'Enter' to add custom option",
    "selectAll": "Select All",
    "resetAll": "Reset All",
    "highlightDifferences": "Highlight Differences",
    "ariaRightDescription": "Right side by side",
    "ariaLeftDescription": "Left side by side",
    "ariaLineDescription": "Line by line",
    "pageNotFoundMessage": "Sorry, we couldn't find the page you were looking for",
    "pageForbiddenMessage": "Sorry, you do not have permission to access this page"
  },
  "formField": {
    "username": "Username",
    "password": "Password",
    "date": "Date",
    "dateFrom": "Date From",
    "dateTo": "Date To",
    "dateTime": "Date and Time",
    "time": "Time",
    "ariaOptionDescription": "Select an option",
    "fromAmount": "From Amount",
    "toAmount": "To Amount",
    "currency": "Currency",
    "amountType": "Amount Type",
    "type": "Type",
    "number": "Number"
  },
  "button": {
    "logOut": "Log Out",
    "login": "Login",
    "saml2": "Login using SAML2",
    "oauth2": "Login using OAuth2",
    "goToHomepage": "Go To Homepage"
  },
  "tooltip": {
    "deleteAmount": "Remove amount criteria",
    "addAmount": "Add amount criteria",
    "deleteDate": "Delete date criteria",
    "addDate": "Add date criteria",
    "maxInputReached": "Max inputs reached",
    "addField": "Add additional input",
    "deleteField": "Remove input",
    "tooltipAriaDescription": "Button that displays a tooltip that hides when scrolled out of the container",
    "ariaTableCardDescription": "Table Card Tooltip"
  },
  "warning": {
    "fieldIsRequired": "{{field}} is required",
    "dateRequired": "Date is required",
    "notValid": "Not valid",
    "duplicated": "Duplicated",
    "amountPatternError": "This value must be a positive integer",
    "fromAmountGreaterThanTo": "From amount needs to be lower than to amount",
    "fieldIncorrectFormat": "Value is an incorrect format",
    "invalidDate": "Please provide a valid date",
    "maxlength": "Value is too long",
    "pattern": "Please provide a valid value",
    "min": "Value is below minimum",
    "max": "Value exceeds maximum",
    "dateRangeInvalid": "From date cannot be later than to date"
  },
  "error": {
    "authError": "You must be logged in to view this page",
    "accessDeniedHeader": "Access Denied",
    "accessDeniedDescription": "You don't have permission to access that page. You have been redirected to the main page."
  }
}