Merge pull request #140 from ghotso/develop
Added missing English translations to incidents.ts and maintenance.ts
This commit is contained in:
@@ -53,4 +53,12 @@ export const incidentTranslations: IncidentTranslations = {
|
||||
failedToUpdateStatus: 'Failed to update status',
|
||||
inProgress: 'In Progress',
|
||||
enterRootCause: 'Enter Root Cause',
|
||||
enterIncidentTitle: 'Enter Incident Title',
|
||||
enterIncidentDescription: 'Enter Incident Description',
|
||||
enterServiceId: 'Enter Service-IDs seperated by comma',
|
||||
selectAssignedUser: 'Select Assigned User',
|
||||
noAssignedUser: 'Incident is currently not assigned to any user',
|
||||
affectedSystems: 'Affected Systems',
|
||||
enterAffectedSystems: 'Enter Affected Systems',
|
||||
separateSystemsWithComma: 'Enter affected systems seperated by comma',
|
||||
};
|
||||
|
||||
@@ -65,4 +65,17 @@ export const maintenanceTranslations: MaintenanceTranslations = {
|
||||
noScheduledMaintenance: 'No Scheduled Maintenance',
|
||||
noMaintenanceWindows: 'There are no maintenance windows for this period. Create one by clicking the "Create Maintenance" button.',
|
||||
maintenanceCreatedSuccess: 'Maintenance window created successfully',
|
||||
editMaintenanceWindow: 'Edit Maintenance',
|
||||
editMaintenanceDesc: 'Edit maintenance details',
|
||||
priorityDescription: 'Select maintenance priority',
|
||||
statusDescription: 'Select maintenance status',
|
||||
impactLevel: 'Impact Level',
|
||||
impactLevelDescription: 'Select impact level',
|
||||
selectAssignedUsers: 'Select Assigned Users',
|
||||
assignedPersonnelDescription: 'Currently assigned users',
|
||||
mutedNotifications: 'Notifications disabled',
|
||||
notificationsAreMuted: 'Notifications are currently muted for this maintenance',
|
||||
selectNotificationChannel: 'Add a notification channel',
|
||||
enableNotificationsFirst: 'Enable notifications first to select channel',
|
||||
updateMaintenance: 'Update Maintenance',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user