Merge branch 'feature/add-calender-and-holidays' of https://github.com/Worklenz/worklenz into feature/team-utilization
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user