business-rules
Version:
Business rules repository
38 lines (36 loc) • 1.13 kB
JSON
{
"Data": "Vacation",
"Employee": "Employee",
"Name": "Name",
"FirstName": "First name",
"LastName": "Last name",
"Email": "Email",
"Duration": "Duration",
"From": "From",
"To": "To",
"ExcludedDays": "Excluded days (public holiday, etc.)",
"Deputy1": "Deputy",
"Deputy2": "Next deputy",
"DeputyConflict": "Deputy conflict",
"BeforeDate": {
"Format": "MM/DD/YYYY",
"Msg": "Date '{From}' must be before '{To}'."
},
"RangeDuration": "Vacation duration value must be between {MinDays} and {MaxDays} days.",
"ExcludedDaysMsg": "These excluded days are not in range: '{ExcludedDates}'.",
"VacationDuration": "Vacation duration",
"isWeekday": "Please select weekdays, weekends are not permitted.",
"dateCompareExt": {
"Format": "MM/DD/YYYY",
"Msg": "Date must be between ('{From}' - '{To}')."
},
"NoErrors": "There are no errors.",
"Errors": "Errors",
"DAYS_TEXT": "days(s)",
"Approval": "Approval",
"ApprovedBy": "ApprovedBy",
"Approved": "Approved",
"ApprovedDate": "ApprovedDate",
"Manager":"Manager",
"DeputyIsManager": "Deputy is manager"
}