- Added functionality to fetch and update organization working days and hours in the admin center. - Introduced a form for saving working days and hours, with validation and error handling. - Updated the reporting allocation logic to utilize organization-specific working hours for accurate calculations. - Enhanced localization files to support new settings in English, Spanish, and Portuguese.
23 lines
620 B
JSON
23 lines
620 B
JSON
{
|
|
"overview": "Overview",
|
|
"name": "Organization Name",
|
|
"owner": "Organization Owner",
|
|
"admins": "Organization Admins",
|
|
"contactNumber": "Add Contact Number",
|
|
"edit": "Edit",
|
|
"organizationWorkingDaysAndHours": "Organization Working Days & Hours",
|
|
"workingDays": "Working Days",
|
|
"workingHours": "Working Hours",
|
|
"monday": "Monday",
|
|
"tuesday": "Tuesday",
|
|
"wednesday": "Wednesday",
|
|
"thursday": "Thursday",
|
|
"friday": "Friday",
|
|
"saturday": "Saturday",
|
|
"sunday": "Sunday",
|
|
"hours": "hours",
|
|
"saveButton": "Save",
|
|
"saved": "Saved successfully!",
|
|
"errorSaving": "Error saving settings."
|
|
}
|