{
  "OCX_HEADER": {
    "MENU_TOGGLE": "Menu on/off"
  },
  "OCX_PORTAL_VIEWPORT": {
    "SUCCESS": "Success!",
    "ERROR": "Error!",
    "TICKET_SUCCESS": "Ticket successfully submitted",
    "TICKET_ERROR": "Error occured while submitting a ticket",
    "OPEN_HELP_PAGE_EDITOR_ERROR": "Cannot edit the Help Item. HelpItemId or ApplicationId are undefined or null.",
    "OPEN_HELP_PAGE_ERROR": "Help Item URL not valid",
    "OPEN_HELP_PAGE_DIALOG_HEADER": "No help item defined for this page",
    "UPDATE_HELP_ARTICLE_INFO": "Help Item definition updated",
    "UPDATE_HELP_ARTICLE_ERROR": "Help Item definition update failed"
  },
  "OCX_HELP_ITEM_EDITOR": {
    "SAVE_ERROR": "Form is not valid. Cannot update the Help Item."
  },
  "OCX_BUTTON_DIALOG": {
    "CONFIRM": "Confirm",
    "CANCEL": "Cancel"
  },
  "OCX_CUSTOM_GROUP_COLUMN_SELECTOR": {
    "ARIA_LABEL": "Column group selector",
    "DROPDOWN_LABEL": "Column group",
    "OPEN_BUTTON_DETAIL": "Open custom group selection dialog",
    "OPEN_BUTTON_ARIA_LABEL": "Open custom group selection dialog",
    "ACTIVE_COLUMNS_LABEL": "Active columns",
    "INACTIVE_COLUMNS_LABEL": "Inactive columns",
    "SAVE_BUTTON_LABEL": "Save",
    "SAVE_BUTTON_ARIA_LABEL": "Save",
    "CANCEL_BUTTON_LABEL": "Cancel",
    "CANCEL_BUTTON_ARIA_LABEL": "Cancel",
    "DIALOG_TITLE": "Custom group column selection",
    "CONFIGURE_ACTION_COLUMN": {
      "TITLE": "Configure action column",
      "FREEZE": "Always show action column",
      "POSITION": "Position of action column",
      "YES": "Yes",
      "NO": "No",
      "LEFT": "Left",
      "RIGHT": "Right"
    },
    "ARIA_LABELS": {
      "UP": "Move column up",
      "TOP": "Move column to the top",
      "DOWN": "Move column down",
      "BOTTOM": "Move column to the bottom",
      "RIGHT": "Set column as inactive",
      "ALL_RIGHT": "Set all columns as inactive",
      "LEFT": "Set column as active",
      "ALL_LEFT": "Set all columns as active",
      "CLOSE": "Close dialog"
    }
  },
  "OCX_SEARCH_CONFIG": {
    "PLACEHOLDER": "Please enter the name of the search configuration",
    "SAVE_COLUMNS_OPTION": "Do you want to save the shown columns?",
    "SAVE_INPUT_FIELDS_OPTION": "Do you want to save the input values from the input fields?"
  },
  "OCX_LIST_GRID_SORT": {
    "DROPDOWN": {
      "PLACEHOLDER": "Select sorting",
      "ARIA_LABEL": "Sort by"
    },
    "TOGGLE_BUTTON": {
      "ASCENDING_TOOLTIP": "Ascending",
      "DESCENDING_TOOLTIP": "Descending",
      "DEFAULT_TOOLTIP": "Default"
    },
    "SORTING_BUTTON_ARIA_LABEL": "Toggle sorting direction to {{direction}}"
  },
  "OCX_DATA_TABLE": {
    "EMPTY_RESULT": "No data found.",
    "EMPTY_FILTER_MESSAGE": "No filters found.",
    "ACTIONS_COLUMN_NAME": "Actions",
    "COLUMN_FILTER_ARIA_LABEL": "Column filter",
    "FILTER_TITLE": "Filter",
    "FILTER_ARIA_LABEL": "Filter {{column}}",
    "EDITED": "Edited",
    "SHOWING": "{{first}} - {{last}} of {{totalRecords}}",
    "SHOWING_WITH_TOTAL_ON_SERVER": "{{first}} - {{last}} of {{totalRecords}} ({{totalRecordsOnServer}})",
    "ALL": "All",
    "MORE_ACTIONS": "More actions",
    "ACTIONS": {
      "VIEW": "View",
      "EDIT": "Edit",
      "DELETE": "Delete"
    },
    "TOGGLE_BUTTON": {
      "ASCENDING_TITLE": "Ascending",
      "DESCENDING_TITLE": "Descending",
      "DEFAULT_TITLE": "Default",
      "ARIA_LABEL": "Toggle {{column}} sorting direction to {{direction}}"
    },
    "SELECT_ALL_ARIA_LABEL": "Select all table rows",
    "SELECT_ALL_TOOLTIP": "Select all",
    "SELECT_ARIA_LABEL": "Select table row with id {{key}}",
    "FILTER_YES": "Yes",
    "FILTER_NO": "No"
  },
  "OCX_DATA_LIST_GRID": {
    "EMPTY_RESULT": "No data found.",
    "MENU": {
      "VIEW": "View",
      "EDIT": "Edit",
      "DELETE": "Delete"
    },
    "MORE_ACTIONS_ARIA_LABEL": "More actions",
    "MORE_ACTIONS_TOOLTIP": "Display more actions"
  },
  "OCX_DATA_LAYOUT_SELECTION": {
    "LAYOUT": {
      "LIST": "List",
      "GRID": "Grid",
      "TABLE": "Table"
    }
  },
  "OCX_DATA_VIEW_CONTROLS": {
    "NO_GROUP_SELECTED": "No group selected",
    "OPEN_BUTTON_DETAIL": "Open custom group selection dialog",
    "DROPDOWN": {
      "ARIA_LABEL": "Sort by"
    },
    "TOGGLE_BUTTON": {
      "ASCENDING_TOOLTIP": "Ascending",
      "DESCENDING_TOOLTIP": "Descending"
    },
    "LAYOUT": {
      "LIST": "List",
      "GRID": "Grid",
      "TABLE": "Table"
    },
    "DIALOG_TITLE": "Custom group column selection"
  },
  "OCX_INTERACTIVE_DATA_VIEW": {
    "DEFAULT_GROUP": "Default group",
    "CUSTOM_GROUP": "Custom group",
    "NO_GROUP_SELECTED": "No group selected"
  },
  "OCX_FILTER_VIEW": {
    "NO_FILTERS": "No filters selected",
    "RESET_FILTERS_BUTTON": {
      "ARIA_LABEL": "Reset applied filters",
      "DETAIL": "Reset applied filters"
    },
    "FILTER_YES": "Yes",
    "FILTER_NO": "No",
    "MANAGE_FILTERS_BUTTON": {
      "LABEL": "Filters",
      "ARIA_LABEL": "Manage active filters",
      "DETAIL": "Manage active filters"
    },
    "TABLE": {
      "COLUMN_NAME": "Column name",
      "VALUE": "Filter value",
      "ACTIONS": "Actions",
      "REMOVE_FILTER_TITLE": "Remove filter",
      "REMOVE_FILTER_ARIA_LABEL": "Remove filter"
    },
    "PANEL_TITLE": "Filters"
  },
  "OCX_SEARCH_HEADER": {
    "TOGGLE_BUTTON": {
      "SIMPLE": {
        "TEXT": "Simple",
        "DETAIL": "Switch to simple search criteria"
      },
      "ADVANCED": {
        "TEXT": "Advanced",
        "DETAIL": "Switch to advanced search criteria"
      }
    },
    "OCX_SEARCH_CONFIG": {
      "DROPDOWN_DEFAULT": "Pick predefined template"
    },
    "HEADER": "Search",
    "RESET_BUTTON": {
      "TEXT": "Reset",
      "ARIA_LABEL": "Reset search criteria",
      "DETAIL": "Reset search criteria"
    },
    "SEARCH_BUTTON": {
      "TEXT": "Search",
      "ARIA_LABEL": "Start search",
      "DETAIL": "Start search"
    },
    "EXPORT": "Export all events"
  },
  "OCX_PAGE_HEADER": {
    "MORE_ACTIONS": "More actions",
    "HOME_DEFAULT_ARIA_LABEL": "Go to home page",
    "HOME_ARIA_LABEL": "Go to {{page}} home page"
  },
  "OCX_DIAGRAM": {
    "ARIA_LABEL": "Chart: Total amount: {{total}}. {{valueString}}.",
    "EMPTY_ARIA_LABEL": "Chart with no data",
    "SUM": "Total",
    "NO_DATA": "There is no data available",
    "SWITCH_DIAGRAM_TYPE": {
      "PIE": "Switch to pie chart",
      "HORIZONTAL_BAR": "Switch to horizontal bar chart",
      "VERTICAL_BAR": "Switch to vertical bar chart"
    }
  },
  "OCX_TIMEAGO": {
    "A_DAY_AGO": "a day ago",
    "A_FEW_SECONDS_AGO": "a few seconds ago",
    "AN_HOUR_AGO": "an hour ago",
    "A_MINUTE_AGO": "a minute ago",
    "A_MONTH_AGO": "a month ago",
    "A_YEAR_AGO": "a year ago",
    "DAYS_AGO": "{{days}} days ago",
    "HOURS_AGO": "{{hours}} hours ago",
    "MINUTES_AGO": "{{minutes}} minutes ago",
    "MONTHS_AGO": "{{months}} months ago",
    "YEARS_AGO": "{{years}} years ago"
  },
  "OCX_DATA_LOADING_ERROR": {
    "TITLE": "The data could not be loaded.",
    "MESSAGE": "This may have the following reasons:\n The data does not exist or no longer exists.\n The data could not be loaded due to an error in the system.\n You do not have the necessary permission to load the data.\n Please contact the support if you think this happened due to a system error."
  }
}
