{
  "COMMON": {
    "TIME_FORMAT_DISPLAY_NOTE": "NOTE: All times in the portal are displayed in local time zone",
    "UNAUTHORISED": "Oops! You're not allowed to see this content.",
    "API_CALL_LIMIT_EXCEEDED": "Request limit exceeded, please try again after 5 minutes",
    "CUSTOM_ALERT": {
      "DELETE": "Are you sure you want to delete",
      "SUB_TEXT": "You won't be able to revert this."
    },
    "EXPORT_DATA_BUTTON": "Export to CSV",
    "EXPORT_DATA_NO_DATA": "No data available"
  },
  "LABELS": {
    "ORGANISATIONS": {
      "PAGE_TITLE": "Organisations",
      "TABLE_HEADERS": {
        "UNIQUE_ID": "Organisation UID",
        "ORGANISATION": "Organisation",
        "CREATED": "Created",
        "MODIFIED": "Modified",
        "ACTION": "Action"
      },
      "VIEW": {
        "TABLE_HEADERS": {
          "VISISBILITY": "Visibility",
          "UNIQUE_ID": "Organisation UID",
          "ORGANISATION": "Organisation",
          "ORGANISATION_TYPE": "Organisation type",
          "FIRST_NAME": "First name",
          "LAST_NAME": "Last name",
          "COUNTRY_CODE": "Country code",
          "PHONE_NUMBER": "Mobile number",
          "ORGANISATION_ICON": "Organisation icon",
          "ORGANISATION_EMAIL": "Email",
          "CREATED_ON": "Created",
          "MODIFIED_ON": "Modified",
          "MAP": "Geofencing"
        }
      }
    },
    "Users": {
      "PAGE_TITLE": "App users",
      "APPROVED_STATUS": "Approved",
      "TABLE_HEADERS": {
        "ID": "ID",
        "DISPLAY_NAME": "Display name",
        "COUNTRY_CODE": "Country code",
        "PHOTO": "Photo",
        "MOBILE_NUMBER": "Mobile number",
        "ORGANISATION": "Organisation",
        "CREATED": "Created",
        "MODIFIED": "Modified",
        "ACTION": "Action",
        "VERIFICATION_STATUS": "Status"
      }
    },
    "PortalUsers": {
      "PAGE_TITLE": "Portal users",
      "TABLE_HEADERS": {
        "FIRST_NAME": "First name",
        "LAST_NAME": "Last name",
        "EMAIL_ID": "Email ID",
        "MOBILE_NUMBER": "Mobile number"
      },
      "CREATE_PORTAL_USER": "Create portal user",
      "FORM_ERRORS": {
        "FIRST_NAME_REQUIRED": "First name is required",
        "LAST_NAME_REQUIRED": "Last name is required",
        "COUNTRY_CODE_REQUIRED": "Country code is required",
        "PHONE_NUMBER_REQUIRED": "Mobile number is required",
        "EMAIL_REQUIRED": "Email ID is required",
        "EMAIL_INVALID": "Email ID is not valid"
      }
    },
    "Notifications": {
      "PAGE_TITLE": "Notifications",
      "TABLE_HEADERS": {
        "NOTIFICATION_TEXT": "Text",
        "NOTIFICATION_TYPE": "Type",
        "NOTIFICATION_STATUS": "Status",
        "NOTIFIED_USERS_COUNT": "Notified users",
        "CREATED": "Created",
        "VIEWED_COUNT": "Views"
      },
      "SEND_A_NOTIFICATION": "Send a notification",
      "FORM_ERRORS": {
        "TEXT_REQUIRED": "Notification content is required"
      }
    },
    "Incidents": {
      "PAGE_TITLE": "Incidents",
      "TABLE_HEADERS": {
        "INCIDENT_UID": "Incident UID",
        "CREATED": "Created",
        "ORGANISATION": "Organisation",
        "INCIDENT_TYPE": "Incident type",
        "REPORTED_BY": "Reported by",
        "DESCRIPTION": "Description",
        "STATUS": "Status",
        "ACTION": "Action"
      },
      "VIEW": {
        "TABLE_HEADERS": {
          "INCIDENT_UID": "Incident UID",
          "ORGANISATION": "Organisation",
          "INCIDENT_TYPE": "Incident type",
          "CHECKLIST": "Checklist",
          "REPORTED_BY": "Reported by",
          "DESCRIPTION": "Description",
          "PHONE_NUMBER": "Mobile number",
          "Incident_IMAGE": "Incident image(s)",
          "Incident_VIDEO": "Incident video(s)",
          "Incident_AUDIO": "Incident audio(s)",
          "LOCATION": "Location",
          "CREATED": "Created",
          "MODIFIED": "Modified",
          "ANONYMOUS": "Anonymous",
          "STATUS": "Status",
          "COMMENT": "Comment",
          "COMMENTS": "Comments",
          "UPDATE_INCIDENT": "Update incident",
          "SUBMIT": "Submit",
          "ATTACH": "Attach",
          "STATUS_TRACKING": "Track status",
          "ATTACHMENTS": "Attachments",
          "REMOVE": "Remove",
          "FILES": "files",
          "LOAD_OLD_HISTORY": "Load older comments"
        }
      },
      "HEATMAP": {
        "TITLE": "Heatmap"
      }
    },
    "BILLING": {
      "PAGE_TITLE": "Billing",
      "TABLE_HEADERS": {
        "PACKAGE": "Package",
        "START_DATE": "Start date",
        "END_DATE": "End date",
        "PURCHASED_DATE": "Purchased date",
        "PAYMENT_REF_NUMBER": "Payment reference number",
        "AMOUNT": "Amount"
      },
      "BUTTONS": {
        "UPGRADE": "Buy/Upgrade package"
      },
      "PACKAGES": {
        "TITLE": "Packages"
      }
    },
    "BILLING_SUMMARY": {
      "PAGE_TITLE": "Summary",
      "TABLE_ITEMS": {
        "SUB_TOTAL": "Sub Total",
        "DISCOUNT": "Discount",
        "VAT": "VAT",
        "MONTHS": "Number of Months",
        "AMOUNT_PAY": "Total Amount to Pay",
        "USD": "USD",
        "POWERED_BY": "Powered by",
        "COUPON_DIS": "Coupon Discount",
        "CURRENCY": "Currency"
      },
      "BUTTONS": {
        "DEBIT_CARD": "Debit or Credit Card",
        "APPLY": "Apply",
        "REMOVE": "Remove"
      },
      "MESSAGES": {
        "PAYPAL_ERROR": "There was an error while making a payment. Please try later",
        "COUPON_CODE_INVALID": "The coupon code is invalid",
        "COUPON_CODE_APPLIED": "Coupon code applied",
        "COUPON_APPLY_ERROR": "There was an error while applying the coupon code",
        "GET_PRICE_ERROR": "There was an error while getting the price of the package"
      }
    },
    "SETUP": {
      "PAGE_TITLE": "Setup",
      "CREATE_FORM_TITLE": "Create incident type",
      "EDIT_FORM_TITLE": "Edit incident type",
      "ALLOW_ANON_REPORTING": "Allow anonymous reporting",
      "TABLE_HEADERS": {
        "INCIDENT_TYPE": "Incident type",
        "ORGANISATION": "Organisation",
        "EMAIL_IDS": "Email ID(s)",
        "FIELD_STAFF_MOBILE_NUMBER": "Field staff mobile number",
        "CREATED": "Created",
        "MODIFIED": "Modified",
        "ACTION": "Action"
      },
      "FORM_ERRORS": {
        "INCIDENT_TYPE_REQUIRED": "Incident type is required",
        "EMAILS_REQUIRED": "Emails required"
      },
      "FORM_NOTES": {
        "EMAIL_NOTE": "These Email IDs will receive an email when an incident is reported. You can submit multiple email IDs with Semi - colon separation.",
        "FIELD_STAFF_MOBILE_NUMBER": "Mobile app users holding these mobile numbers will be able to see and manage the incidents reported under this incident type."
      },
      "BUTTONS": {
        "SUBMIT": "Submit",
        "UPDATE": "Update"
      }
    },
    "REGISTER": {
      "PAGE_TITLE": "Register",
      "INPUT_LABEL": {
        "ORGANISATION_NAME": "Organisation name",
        "ORGANISATION_TYPE": "Organisation type",
        "ORGANISATION_ADDRESS": "Organisation address",
        "FIRST_NAME": "First name",
        "LAST_NAME": "Last name",
        "EMAIL": "Email",
        "COUNTRY_CODE": "Country code",
        "MOBILE_NUMBER": "Mobile number",
        "ORGANISATION_ICON": "Organisation icon",
        "ICON_RESOLUTION": "250 x 250 pixels",
        "ICON_FILE_SIZE": "300 KB size (jpeg / jpg / png)",
        "ORGANISATION_EMAIL": "Email",
        "CREATED_ON": "Created",
        "MODIFIED_ON": "Modified",
        "FORM_ERRORS": {
          "ORGANISATION_NAME_REQUIRED": "Organisation name is required",
          "ORGANISATION_TYPE_REQUIRED": "Organisation name is required",
          "ORGANISATION_ADDRESS_REQUIRED": "Organisation address is required",
          "ORGANISATION_MAX_LENGTH": "Address should be less than 100 characters",
          "ORGANISATION_ADDRESS_NOT_FOUND": "We couldn't find the location of your organisation, try any land mark near by.",
          "FIRST_NAME__REQUIRED": "First name is required",
          "LAST_NAME_REQUIRED": "Last name is required",
          "EMAIL_REQUIRED": "Email is required",
          "INVALID_REQUIRED": "Invalid email",
          "COUNTRY_CODE_REQUIRED": "Country code is required",
          "MOBILE_NUMBER_REQUIRED": "Mobile number is required"
        },
        "BUTTONS": {
          "SUBMIT": "Submit"
        }
      }

    },
    "CHANGE_PASSWORD": {
      "PAGE_TITLE": "Change password",
      "FORM_LABELS": {
        "OLD_PASSWORD": "Old password",
        "NEW_PASSWORD": "New password",
        "CONFIRM_PASSWORD": "Confirm password"
      },
      "FORM_ERRORS": {
        "OLD_PWD_REQUIED": "Old password is required",
        "NEW_PWD_REQUIED": "New password is required",
        "CNF_PWD_REQUIED": "Confirm password is required",
        "MIS_MATCH": "Passwords did not match"
      }
    },
    "EMAIL_SUPPORT": {
      "PAGE_TITLE": "Support",
      "FILE_TEXT": "files",
      "LIST_OF_FILES": "List of files",
      "SELECT_SEVERITY": "Severity",
      "FORM_ERRORS": {
        "DESCRIPTION_REQUIRED": "Description is required."
      },
      "BUTTONS": {
        "SUBMIT": "Submit",
        "REMOVE": "Remove",
        "ATTACH": "Attach"
      }
    },
    "LOGIN": {
      "PAGE_TITLE": "Login",
      "FORM_HEADER": "Sign in to your account",
      "FORM_ERRORS": {
        "EMAIL_REQUIRED": "Email is required",
        "INVALID_EMAIL": "Invalid email",
        "PASSWORD_REQUIRED": "Password is required"
      },
      "BUTTONS": {
        "LOGIN": "Login"
      }
    },
    "FORGOT_PASSWORD": {
      "PAGE_TITLE": "Reset password",
      "FORM_HEADER": "Enter your registered email address",
      "FORM_ERRORS": {
        "EMAIL_REQUIRED": "Email is required",
        "INVALID_EMAIL": "Invalid email"
      },
      "BUTTONS": {
        "SUBMIT": "Submit"
      }
    },
    "TERMS_CONDITIONS": {
      "PAGE_TITLE": "Terms and conditions",
      "BUTTONS": {
        "CLOSE": "Close"
      }
    },
    "DASHBOARD": {
      "PAGE_TITLE": "Dashboard",
      "OPEN": "Open",
      "RESOLVED": "Resolved",
      "INCIDENTS_STATUS": "Incidents status",
      "INCIDENTS_COUNT": "Incidents count",
      "USERS_COUNT": "Users count"
    },
    "APPOINTMENTS": {
      "PAGE_TITLE": "Appointments",
      "CONFIGURE": "Configure",
      "CREATE_APPOINTMENT": "Create an appointment",
      "TABLE_HEADERS": {
        "USER_NAME": "Name",
        "MOBILE_NUMBER": "Mobile number",
        "ORGANISATION": "Organisation",
        "DATE": "Date",
        "FROM": "From",
        "TO": "To",
        "STATUS": "Status",
        "PURPOSE": "Purpose"
      },
      "FORM_ERRORS": {
        "SLOT_DURATION_REQUIRED": "Slot duration is required.",
        "APPOINTMENTS_LIMIT_REQUIRED": "Appointments limit per slot is required",
        "NAME_REQUIRED": "Name is required",
        "COUNTRY_CODE_REQUIRED": "Country code is required",
        "PHONE_NUMBER_REQUIRED": "Mobile number is required",
        "PURPOSE_REQUIRED": "Purpose of appointment is required"
      }
    },
    "INTEGRATIONS": {
      "PAGE_TITLE": "Integrations",
      "ADD": "Configure a new integration",
      "EDIT": "Update integration settings",
      "SUBMIT": "Submit",
      "UPDATE": "Update",
      "TABLE_HEADERS": {
        "INTEGRATION_TYPE": "Integration type",
        "ORGANISATION": "Organisation",
        "CREATED": "Created",
        "ACTIONS": "Actions",
        "STATUS": "Status",
        "REMARKS": "Remarks"
      },
      "FORM_ERRORS": {
        "CRM_URL_REQUIRED": "CRM URL is required.",
        "CRM_USERNAME_REQUIRED": "Username is required",
        "CRM_PASSWORD_REQUIRED": "Password is required"
      }
    }
  },
  "TOASTR": {
    "ORGANISATIONS": {
      "UNCAUGHT_GET_ORG_LIST_ERROR": "There was an error while fetching organisation list, please try again",
      "VISIBILITY_UPDATED_SUCCESS": "Organisation visibility has been updated successfully",
      "GEO_FENCING_UPDATED_SUCCESS": "Geofencing has been updated successfully"
    },
    "CHANGE_PASSWORD": {
      "PWD_UPDATE_SUCCESS": "Password has been updated successfully",
      "UNCAUGHT_PWD_UPDATED_ERROR": "There was an error while updating the password"
    },
    "EMAIL_SUPPORT": {
      "SUBMITTED_SUCCESSFULLY": "A ticket has been raised successfully.",
      "SUPPORT_ERROR": "There was an error while raising a ticket, please try again",
      "INVALID_ATTACHMENTS": "There is one or more invalid attachment(s)"
    },
    "LOGIN": {
      "UNCAUGHT_LOGIN_ERROR": "There was an error while processing your request, please try again",
      "RESET_PASSWORD_SUCCESS": "An email has been sent with your new password"
    },
    "USERS": {
      "UNCAUGHT_APPROVED__ERROR": "There was an error while approving the user, please try again",
      "UNCAUGHT_REJECTED__ERROR": "There was an error while rejecting the user, please try again",
      "APPROVEDUSER": "User has been approved successfully",
      "REJECTEDUSER": "User has been rejected successfully"
    },
    "REGISTER": {
      "UNCAUGHT_REGISTER_ERROR": "There was an error while registering the organisation, please try again"
    },
    "SETUP":{
      "INCIDENT_TYPE_CREATE_SUCCESS":"The incident type has been created successfully",
      "INCIDENT_TYPE_LIMIT_REACHED": "You have reached the maximum number of incident types allowed, consider upgrading your subscription",
      "INCIDENT_TYPE_UPDATE_SUCCESS": "The incident type has been updated successfully"
    },
    "TOKEN_EXPIRED": "Your session has expired",
    "INCIDENTS": {
      "INCIDENT_RESOLVE_SUCCESS": "Incident has been updated successfully.",
      "INVALID_ATTACHMENTS": "There is one or more invalid attachment(s)"
    },
    "DIVISIONS": {
      "UNCAUGHT_GET_DIV_LIST_ERROR": "There was an error while fetching incident types list, please try again"
    },
    "INCIDENTS_HEATMAP": {
      "UNCAUGHT_GET_HEATMAP_DATA_ERROR": "There was an error while fetching heatmap data, please try again"
    },
    "FILTERS": {
      "SELECT_VALID_FILTER": "Please select valid filter values"
    },
    "DASHBOARD": {
      "UNCAUGHT_ERROR_INCIDENT_STATUS": "There was an error while loading the incidents status data",
      "UNCAUGHT_ERROR_INCIDENT_COUNT": "There was an error while loading the incidents count data"
    },
    "PORTAL_USERS": {
      "CREATE_PORTAL_USER_SUCCESS": "The portal user has been created successfully",
      "CREATE_PORTAL_USER_FAILURE": "There was an error while creating the portal user",
      "USER_ALREADY_EXISTS": "User already exists in another organisation with given email / mobile number",
      "USER_LIMIT_REACHED": "You have reached the maximum number of portal users allowed, consider upgrading your subscription"
    },
    "NOTIFICATIONS": {
      "SEND_NOTIFICATION_SUCCESS": "Notification has been queued for sending",
      "SEND_NOTIFICATION_FAIL": "There was an error while queuing the notification"
    },
    "APPOINTMENTS": {
      "SAVE_CONFIG_SUCCESS": "Appointments configuration has been updated successfully",
      "SAVE_CONFIG_FAIL": "There was an error while updating appointments configuration",
      "CREATE_APPOINTMENT_SUCCESS": "Appointment has been created successfully",
      "CREATE_APPOINTMENT_FAIL": "There was an error while updating appointments configuration",
      "SELECT_TIME_SLOT": "You must select a time slot for the appointment",
      "APPOINTMENT_UPDATE_SUCCESS": "Appointment status has been updated",
      "APPOINTMENT_UPDATE_FAIL": "There was an error while updating appointment status",
      "APPOINTMENTS_NOT_ALLOWED": "Appointments are not allowed for this organisation",
      "SELECT_WORKING_DAYS": "You must select the organisation working days",
      "NOT_WORKING_DAY": "Selected organisation does not operate on {days}"
    },
    "INTEGRATIONS": {
      "CREATE_INTEGRATION_SUCCESS": "Integration has been configured successfully",
      "CREATE_INTEGRATION_FAIL": "There was an error while configuring integration",
      "UPDATE_INTEGRATION_SUCCESS": "Integration settings have been updated successfully",
      "UPDATE_INTEGRATION_FAIL": "There was an error while updating integration settings",
      "INTEGRATION_EXISTS": "There is an existing integration of same type."
    }
  }
}
