This commit is contained in:
@@ -288,6 +288,16 @@ namespace AyaNova.Api.Controllers
|
|||||||
ReturnList.Add(new NameIdItem() { Name = LT["NotifyEventUnitMeterReadingMultipleExceeded"], Id = (long)NotifyEventType.UnitMeterReadingMultipleExceeded });
|
ReturnList.Add(new NameIdItem() { Name = LT["NotifyEventUnitMeterReadingMultipleExceeded"], Id = (long)NotifyEventType.UnitMeterReadingMultipleExceeded });
|
||||||
ReturnList.Add(new NameIdItem() { Name = LT["NotifyEventDefaultNotification"], Id = (long)NotifyEventType.DefaultNotification });
|
ReturnList.Add(new NameIdItem() { Name = LT["NotifyEventDefaultNotification"], Id = (long)NotifyEventType.DefaultNotification });
|
||||||
|
|
||||||
|
}
|
||||||
|
else if (keyNameInLowerCase == StringUtil.TrimTypeName(typeof(NotifyDeliveryMethod).ToString()).ToLowerInvariant())
|
||||||
|
{
|
||||||
|
TranslationKeysToFetch.Add("NotifyDeliveryMethodApp");
|
||||||
|
TranslationKeysToFetch.Add("NotifyDeliveryMethodSMTP");
|
||||||
|
|
||||||
|
var LT = TranslationBiz.GetSubsetStaticAsync(TranslationKeysToFetch, TranslationId).Result;
|
||||||
|
|
||||||
|
ReturnList.Add(new NameIdItem() { Name = LT["NotifyDeliveryMethodApp"], Id = (long)NotifyDeliveryMethod.App });
|
||||||
|
ReturnList.Add(new NameIdItem() { Name = LT["NotifyDeliveryMethodSMTP"], Id = (long)NotifyDeliveryMethod.SMTP });
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1852,5 +1852,39 @@
|
|||||||
"Event": "Veranstaltung",
|
"Event": "Veranstaltung",
|
||||||
"Extensions":"Erweiterungen",
|
"Extensions":"Erweiterungen",
|
||||||
"SelectedItems":"Ausgewählte Elemente",
|
"SelectedItems":"Ausgewählte Elemente",
|
||||||
"Remove":"Entfernen"
|
"Remove":"Entfernen",
|
||||||
|
"NotifyDeliveryMethod":"Notification delivery method",
|
||||||
|
"NotifyEventType":"Notification event",
|
||||||
|
"NotifyDeliveryAddress":"Deliver to address",
|
||||||
|
"InTags":"Filtered *IN* tags",
|
||||||
|
"OutTags":"Filtered *OUT* tags",
|
||||||
|
"NotifyEventObjectDeleted": "Object deleted",
|
||||||
|
"NotifyEventObjectCreated": "Object created",
|
||||||
|
"NotifyEventObjectModified": "Object modified",
|
||||||
|
"NotifyEventWorkorderStatusChange": "Work order status changed",
|
||||||
|
"NotifyEventContractExpiring": "Contract expiring",
|
||||||
|
"NotifyEventCSRAccepted": "Customer service request accepted",
|
||||||
|
"NotifyEventCSRRejected": "Customer service request rejected",
|
||||||
|
"NotifyEventWorkorderClosed": "Work order closed",
|
||||||
|
"NotifyEventQuoteStatusChange": "Quote status changed",
|
||||||
|
"NotifyEventWorkorderFollowUp": "Work order follow up",
|
||||||
|
"NotifyEventServiceBankDepleted": "Service bank depleted",
|
||||||
|
"NotifyEventReminderImminent": "Reminder imminent",
|
||||||
|
"NotifyEventScheduledOnWorkorder": "Scheduled on work order",
|
||||||
|
"NotifyEventScheduledOnWorkorderImminent": "Scheduled on work order service imminent",
|
||||||
|
"NotifyEventWorkorderCloseByPassed": "Work order close by date passed",
|
||||||
|
"NotifyEventOutsideServiceOverdue": "Outside service overdue",
|
||||||
|
"NotifyEventOutsideServiceReceived": "Outside service unit received back",
|
||||||
|
"NotifyEventPartRequestReceived": "Requested part received",
|
||||||
|
"NotifyEventNotifyHealthCheck": "Notification system health check",
|
||||||
|
"NotifyEventBackupStatus": "Backup status",
|
||||||
|
"NotifyEventCustomerServiceImminent": "Customer service imminent",
|
||||||
|
"NotifyEventPartRequested": "Part requested to be ordered",
|
||||||
|
"NotifyEventWorkorderTotalExceedsThreshold": "Work order total exceeds threshold",
|
||||||
|
"NotifyEventWorkorderStatusAge": "Work order status unchanged for time span",
|
||||||
|
"NotifyEventUnitWarrantyExpiry": "Unit warranty expiry",
|
||||||
|
"NotifyEventUnitMeterReadingMultipleExceeded": "Unit meter reading multiple exceeded",
|
||||||
|
"NotifyEventDefaultNotification": "Default notification",
|
||||||
|
"NotifyDeliveryMethodApp": "Deliver to application",
|
||||||
|
"NotifyDeliveryMethodSMTP": "Deliver to email address"
|
||||||
}
|
}
|
||||||
@@ -1548,7 +1548,7 @@
|
|||||||
"PageOfPageText": "{0}-{1} of {2}",
|
"PageOfPageText": "{0}-{1} of {2}",
|
||||||
"Loading": "Loading...",
|
"Loading": "Loading...",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
"Tag":"Tag",
|
"Tag": "Tag",
|
||||||
"UserTypeServiceContractor": "SubContractor user",
|
"UserTypeServiceContractor": "SubContractor user",
|
||||||
"AuthorizationRoles": "Authorization roles",
|
"AuthorizationRoles": "Authorization roles",
|
||||||
"AuthorizationRoleNoRole": "No role",
|
"AuthorizationRoleNoRole": "No role",
|
||||||
@@ -1850,7 +1850,41 @@
|
|||||||
"MoveSelected": "Move selected items",
|
"MoveSelected": "Move selected items",
|
||||||
"DeleteSelected": "Delete selected items",
|
"DeleteSelected": "Delete selected items",
|
||||||
"Event": "Event",
|
"Event": "Event",
|
||||||
"Extensions":"Extensions",
|
"Extensions": "Extensions",
|
||||||
"SelectedItems":"Selected items",
|
"SelectedItems": "Selected items",
|
||||||
"Remove":"Remove"
|
"Remove": "Remove",
|
||||||
|
"NotifyDeliveryMethod":"Notification delivery method",
|
||||||
|
"NotifyEventType":"Notification event",
|
||||||
|
"NotifyDeliveryAddress":"Deliver to address",
|
||||||
|
"InTags":"Filtered *IN* tags",
|
||||||
|
"OutTags":"Filtered *OUT* tags",
|
||||||
|
"NotifyEventObjectDeleted": "Object deleted",
|
||||||
|
"NotifyEventObjectCreated": "Object created",
|
||||||
|
"NotifyEventObjectModified": "Object modified",
|
||||||
|
"NotifyEventWorkorderStatusChange": "Work order status changed",
|
||||||
|
"NotifyEventContractExpiring": "Contract expiring",
|
||||||
|
"NotifyEventCSRAccepted": "Customer service request accepted",
|
||||||
|
"NotifyEventCSRRejected": "Customer service request rejected",
|
||||||
|
"NotifyEventWorkorderClosed": "Work order closed",
|
||||||
|
"NotifyEventQuoteStatusChange": "Quote status changed",
|
||||||
|
"NotifyEventWorkorderFollowUp": "Work order follow up",
|
||||||
|
"NotifyEventServiceBankDepleted": "Service bank depleted",
|
||||||
|
"NotifyEventReminderImminent": "Reminder imminent",
|
||||||
|
"NotifyEventScheduledOnWorkorder": "Scheduled on work order",
|
||||||
|
"NotifyEventScheduledOnWorkorderImminent": "Scheduled on work order service imminent",
|
||||||
|
"NotifyEventWorkorderCloseByPassed": "Work order close by date passed",
|
||||||
|
"NotifyEventOutsideServiceOverdue": "Outside service overdue",
|
||||||
|
"NotifyEventOutsideServiceReceived": "Outside service unit received back",
|
||||||
|
"NotifyEventPartRequestReceived": "Requested part received",
|
||||||
|
"NotifyEventNotifyHealthCheck": "Notification system health check",
|
||||||
|
"NotifyEventBackupStatus": "Backup status",
|
||||||
|
"NotifyEventCustomerServiceImminent": "Customer service imminent",
|
||||||
|
"NotifyEventPartRequested": "Part requested to be ordered",
|
||||||
|
"NotifyEventWorkorderTotalExceedsThreshold": "Work order total exceeds threshold",
|
||||||
|
"NotifyEventWorkorderStatusAge": "Work order status unchanged for time span",
|
||||||
|
"NotifyEventUnitWarrantyExpiry": "Unit warranty expiry",
|
||||||
|
"NotifyEventUnitMeterReadingMultipleExceeded": "Unit meter reading multiple exceeded",
|
||||||
|
"NotifyEventDefaultNotification": "Default notification",
|
||||||
|
"NotifyDeliveryMethodApp": "Deliver to application",
|
||||||
|
"NotifyDeliveryMethodSMTP": "Deliver to email address"
|
||||||
}
|
}
|
||||||
@@ -1852,5 +1852,39 @@
|
|||||||
"Event": "Evento",
|
"Event": "Evento",
|
||||||
"Extensions":"Extensiones",
|
"Extensions":"Extensiones",
|
||||||
"SelectedItems":"Elementos seleccionados",
|
"SelectedItems":"Elementos seleccionados",
|
||||||
"Remove":"Eliminar"
|
"Remove":"Eliminar",
|
||||||
|
"NotifyDeliveryMethod":"Notification delivery method",
|
||||||
|
"NotifyEventType":"Notification event",
|
||||||
|
"NotifyDeliveryAddress":"Deliver to address",
|
||||||
|
"InTags":"Filtered *IN* tags",
|
||||||
|
"OutTags":"Filtered *OUT* tags",
|
||||||
|
"NotifyEventObjectDeleted": "Object deleted",
|
||||||
|
"NotifyEventObjectCreated": "Object created",
|
||||||
|
"NotifyEventObjectModified": "Object modified",
|
||||||
|
"NotifyEventWorkorderStatusChange": "Work order status changed",
|
||||||
|
"NotifyEventContractExpiring": "Contract expiring",
|
||||||
|
"NotifyEventCSRAccepted": "Customer service request accepted",
|
||||||
|
"NotifyEventCSRRejected": "Customer service request rejected",
|
||||||
|
"NotifyEventWorkorderClosed": "Work order closed",
|
||||||
|
"NotifyEventQuoteStatusChange": "Quote status changed",
|
||||||
|
"NotifyEventWorkorderFollowUp": "Work order follow up",
|
||||||
|
"NotifyEventServiceBankDepleted": "Service bank depleted",
|
||||||
|
"NotifyEventReminderImminent": "Reminder imminent",
|
||||||
|
"NotifyEventScheduledOnWorkorder": "Scheduled on work order",
|
||||||
|
"NotifyEventScheduledOnWorkorderImminent": "Scheduled on work order service imminent",
|
||||||
|
"NotifyEventWorkorderCloseByPassed": "Work order close by date passed",
|
||||||
|
"NotifyEventOutsideServiceOverdue": "Outside service overdue",
|
||||||
|
"NotifyEventOutsideServiceReceived": "Outside service unit received back",
|
||||||
|
"NotifyEventPartRequestReceived": "Requested part received",
|
||||||
|
"NotifyEventNotifyHealthCheck": "Notification system health check",
|
||||||
|
"NotifyEventBackupStatus": "Backup status",
|
||||||
|
"NotifyEventCustomerServiceImminent": "Customer service imminent",
|
||||||
|
"NotifyEventPartRequested": "Part requested to be ordered",
|
||||||
|
"NotifyEventWorkorderTotalExceedsThreshold": "Work order total exceeds threshold",
|
||||||
|
"NotifyEventWorkorderStatusAge": "Work order status unchanged for time span",
|
||||||
|
"NotifyEventUnitWarrantyExpiry": "Unit warranty expiry",
|
||||||
|
"NotifyEventUnitMeterReadingMultipleExceeded": "Unit meter reading multiple exceeded",
|
||||||
|
"NotifyEventDefaultNotification": "Default notification",
|
||||||
|
"NotifyDeliveryMethodApp": "Deliver to application",
|
||||||
|
"NotifyDeliveryMethodSMTP": "Deliver to email address"
|
||||||
}
|
}
|
||||||
@@ -1852,5 +1852,39 @@
|
|||||||
"Event": "Un événement",
|
"Event": "Un événement",
|
||||||
"Extensions": "Extensions",
|
"Extensions": "Extensions",
|
||||||
"SelectedItems": "Éléments sélectionnés",
|
"SelectedItems": "Éléments sélectionnés",
|
||||||
"Remove": "Retirer"
|
"Remove": "Retirer",
|
||||||
|
"NotifyDeliveryMethod":"Notification delivery method",
|
||||||
|
"NotifyEventType":"Notification event",
|
||||||
|
"NotifyDeliveryAddress":"Deliver to address",
|
||||||
|
"InTags":"Filtered *IN* tags",
|
||||||
|
"OutTags":"Filtered *OUT* tags",
|
||||||
|
"NotifyEventObjectDeleted": "Object deleted",
|
||||||
|
"NotifyEventObjectCreated": "Object created",
|
||||||
|
"NotifyEventObjectModified": "Object modified",
|
||||||
|
"NotifyEventWorkorderStatusChange": "Work order status changed",
|
||||||
|
"NotifyEventContractExpiring": "Contract expiring",
|
||||||
|
"NotifyEventCSRAccepted": "Customer service request accepted",
|
||||||
|
"NotifyEventCSRRejected": "Customer service request rejected",
|
||||||
|
"NotifyEventWorkorderClosed": "Work order closed",
|
||||||
|
"NotifyEventQuoteStatusChange": "Quote status changed",
|
||||||
|
"NotifyEventWorkorderFollowUp": "Work order follow up",
|
||||||
|
"NotifyEventServiceBankDepleted": "Service bank depleted",
|
||||||
|
"NotifyEventReminderImminent": "Reminder imminent",
|
||||||
|
"NotifyEventScheduledOnWorkorder": "Scheduled on work order",
|
||||||
|
"NotifyEventScheduledOnWorkorderImminent": "Scheduled on work order service imminent",
|
||||||
|
"NotifyEventWorkorderCloseByPassed": "Work order close by date passed",
|
||||||
|
"NotifyEventOutsideServiceOverdue": "Outside service overdue",
|
||||||
|
"NotifyEventOutsideServiceReceived": "Outside service unit received back",
|
||||||
|
"NotifyEventPartRequestReceived": "Requested part received",
|
||||||
|
"NotifyEventNotifyHealthCheck": "Notification system health check",
|
||||||
|
"NotifyEventBackupStatus": "Backup status",
|
||||||
|
"NotifyEventCustomerServiceImminent": "Customer service imminent",
|
||||||
|
"NotifyEventPartRequested": "Part requested to be ordered",
|
||||||
|
"NotifyEventWorkorderTotalExceedsThreshold": "Work order total exceeds threshold",
|
||||||
|
"NotifyEventWorkorderStatusAge": "Work order status unchanged for time span",
|
||||||
|
"NotifyEventUnitWarrantyExpiry": "Unit warranty expiry",
|
||||||
|
"NotifyEventUnitMeterReadingMultipleExceeded": "Unit meter reading multiple exceeded",
|
||||||
|
"NotifyEventDefaultNotification": "Default notification",
|
||||||
|
"NotifyDeliveryMethodApp": "Deliver to application",
|
||||||
|
"NotifyDeliveryMethodSMTP": "Deliver to email address"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user