Initial commit
This commit is contained in:
31
application/Espo/Resources/i18n/en_US/WorkingTimeRange.json
Normal file
31
application/Espo/Resources/i18n/en_US/WorkingTimeRange.json
Normal 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."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user