viam-compliance-deposit-ui
Version:
A React component for deposit sar alerts.
53 lines (52 loc) • 1.72 kB
JSON
{
"msgReportError": "An error occurred while querying. Please try again.",
"msgError": "An error occurred while processing. Please try again.",
"msgWithOutInformation": "We did not find anything with that search criteria. Please change the change criteria and try again.",
"filters": {
"tittle": "Filter Criteria",
"dateFrom": "Alert Date From",
"dateTo": "Alert Date To",
"alertId": "Alert Id",
"agentCode": "Agent Code",
"agentName": "Agent Name",
"company": "Company",
"statusId": "Alert Status",
"retrieve": "Retrieve"
},
"validations": {
"date": {
"Id": " invalid",
"Length": " max length is 20",
"Required": " it's requiered",
"Max": " must be less than or equal to the ",
"Min": " must be greater than or equal to "
},
"dependencyDate": {
"Required": "You must enter at least one date range",
"Range": "The maximum date range allowed is three months"
},
"alertId": {
"Id": "Alert Id invalid",
"MaxLength": "Alert max length is 8",
"MinLength": "Alert min length is 1"
},
"agentCode": {
"Id": "Agent Code Invalid",
"LengthMin": "The minimum Agent Code length is 3",
"LengthMax": "The maximum length of the Agent Code is 10"
},
"agentName": {
"Id": "Agent Name Invalid",
"LengthMin": "The minimum Agent Name length is 3",
"LengthMax": "The maximum length of the Agent Name is 10"
},
"company": {
"Id": "Company Invalid",
"Length": "Company max length is 6"
},
"statusId": {
"Id": "Status Invalid",
"Length": "Status max length is 4"
}
}
}