Initial commit

This commit is contained in:
root
2026-01-19 17:44:46 +01:00
commit 823af8b11d
8721 changed files with 1130846 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
{
"labels": {
"Create WorkingTimeRange": "Create Exception",
"Calendars": "Calendars"
},
"fields": {
"timeRanges": "Schedule",
"dateStart": "Date Start",
"dateEnd": "Date End",
"type": "Type",
"calendars": "Calendars",
"users": "Users"
},
"links": {
"calendars": "Calendars",
"users": "Users"
},
"options": {
"type": {
"Non-working": "Non-working",
"Working": "Working"
}
},
"presetFilters": {
"actual": "Actual"
},
"tooltips": {
"calendars": "Calendars to apply the exception to. The exception will be applied to all users of selected calendars.\n\nLeave the field empty if you need to apply the exception only for specific users.",
"users": "Specific users to apply the exception to."
}
}