Merge branch 'feature/add-calender-and-holidays' of https://github.com/Worklenz/worklenz into feature/team-utilization

This commit is contained in:
chamiakJ
2025-07-26 12:31:35 +05:30
17 changed files with 2209 additions and 444 deletions

View File

@@ -28,5 +28,33 @@
"manDaysCalculationDescription": "All project costs will be calculated using estimated man days × daily rates",
"calculationMethodTooltip": "This setting applies to all projects in your organization",
"calculationMethodUpdated": "Organization calculation method updated successfully",
"calculationMethodUpdateError": "Failed to update calculation method"
"calculationMethodUpdateError": "Failed to update calculation method",
"holidayCalendar": "Holiday Calendar",
"addHoliday": "Add Holiday",
"editHoliday": "Edit Holiday",
"holidayName": "Holiday Name",
"holidayNameRequired": "Please enter holiday name",
"description": "Description",
"date": "Date",
"dateRequired": "Please select a date",
"holidayType": "Holiday Type",
"holidayTypeRequired": "Please select a holiday type",
"recurring": "Recurring",
"save": "Save",
"update": "Update",
"cancel": "Cancel",
"holidayCreated": "Holiday created successfully",
"holidayUpdated": "Holiday updated successfully",
"holidayDeleted": "Holiday deleted successfully",
"errorCreatingHoliday": "Error creating holiday",
"errorUpdatingHoliday": "Error updating holiday",
"errorDeletingHoliday": "Error deleting holiday",
"importCountryHolidays": "Import Country Holidays",
"country": "Country",
"countryRequired": "Please select a country",
"selectCountry": "Select a country",
"year": "Year",
"import": "Import",
"holidaysImported": "Successfully imported {{count}} holidays",
"errorImportingHolidays": "Error importing holidays"
}