|
@@ -1250,6 +1250,12 @@ Em.I18n.translations = {
|
|
'services.service.add':'Add Service',
|
|
'services.service.add':'Add Service',
|
|
'services.service.startAll':'Start All',
|
|
'services.service.startAll':'Start All',
|
|
'services.service.stopAll':'Stop All',
|
|
'services.service.stopAll':'Stop All',
|
|
|
|
+ 'services.service.stop.confirmMsg' : 'You are about to stop {0}',
|
|
|
|
+ 'services.service.stop.confirmButton': 'Confirm Stop',
|
|
|
|
+ 'services.service.stop.warningMsg.turnOnMM': 'This will generate alerts as the service is stopped. To suppress alerts, turn on Maintenance Mode for {0} prior to stopping',
|
|
|
|
+ 'services.service.restartAll.confirmButton': 'Confirm Restart All',
|
|
|
|
+ 'services.service.restartAll.confirmMsg': 'You are about to restart {0}',
|
|
|
|
+ 'services.service.restartAll.warningMsg.turnOnMM': 'This will trigger alerts as the service is restarted. To suppress alerts, turn on Maintenance Mode for {0} prior to running restart all',
|
|
'services.service.config_groups_popup.header':'Manage {0} Configuration Groups',
|
|
'services.service.config_groups_popup.header':'Manage {0} Configuration Groups',
|
|
'services.service.config_groups_popup.notice':'You can apply different sets of {{serviceName}} configurations to groups of hosts by managing {{serviceName}} Configuration Groups and their host membership. Hosts belonging to a {{serviceName}} Configuration Group have the same set of configurations for {{serviceName}}. Each host belongs to one {{serviceName}} Configuration Group.',
|
|
'services.service.config_groups_popup.notice':'You can apply different sets of {{serviceName}} configurations to groups of hosts by managing {{serviceName}} Configuration Groups and their host membership. Hosts belonging to a {{serviceName}} Configuration Group have the same set of configurations for {{serviceName}}. Each host belongs to one {{serviceName}} Configuration Group.',
|
|
'services.service.config_groups_popup.rename':'Rename',
|
|
'services.service.config_groups_popup.rename':'Rename',
|
|
@@ -1927,7 +1933,7 @@ Em.I18n.translations = {
|
|
'mirroring.required.invalidNumberError' : 'Enter valid number',
|
|
'mirroring.required.invalidNumberError' : 'Enter valid number',
|
|
|
|
|
|
'rollingrestart.dialog.title': 'Restart {0}s',
|
|
'rollingrestart.dialog.title': 'Restart {0}s',
|
|
- 'rollingrestart.dialog.primary': 'Trigger Restart',
|
|
|
|
|
|
+ 'rollingrestart.dialog.primary': 'Trigger Rolling Restart',
|
|
'rollingrestart.notsupported.hostComponent': 'Rolling restart not supported for {0} components',
|
|
'rollingrestart.notsupported.hostComponent': 'Rolling restart not supported for {0} components',
|
|
'rollingrestart.dialog.msg.restart': 'This will restart a specified number of {0}s at a time.',
|
|
'rollingrestart.dialog.msg.restart': 'This will restart a specified number of {0}s at a time.',
|
|
'rollingrestart.dialog.msg.noRestartHosts': 'There are no {0}s to do rolling restarts',
|
|
'rollingrestart.dialog.msg.noRestartHosts': 'There are no {0}s to do rolling restarts',
|
|
@@ -1941,6 +1947,7 @@ Em.I18n.translations = {
|
|
'rollingrestart.dialog.err.invalid.batchsize': 'Invalid restart batch size: {0}',
|
|
'rollingrestart.dialog.err.invalid.batchsize': 'Invalid restart batch size: {0}',
|
|
'rollingrestart.dialog.err.invalid.waitTime': 'Invalid wait time between batches: {0}',
|
|
'rollingrestart.dialog.err.invalid.waitTime': 'Invalid wait time between batches: {0}',
|
|
'rollingrestart.dialog.err.invalid.toleratesize': 'Invalid failure toleration count: {0}',
|
|
'rollingrestart.dialog.err.invalid.toleratesize': 'Invalid failure toleration count: {0}',
|
|
|
|
+ 'rollingrestart.dialog.msg.serviceNotInMM':'Note: This will trigger alerts. To suppress alerts, turn on Maintenance Mode for {0} prior to triggering a rolling restart',
|
|
'rollingrestart.dialog.msg.staleConfigsOnly': 'Only restart {0}s with stale configs',
|
|
'rollingrestart.dialog.msg.staleConfigsOnly': 'Only restart {0}s with stale configs',
|
|
'rollingrestart.rest.context': 'Rolling Restart of {0}s - batch {1} of {2}',
|
|
'rollingrestart.rest.context': 'Rolling Restart of {0}s - batch {1} of {2}',
|
|
'rollingrestart.context.allOnSelectedHosts':'Restart all components on the selected hosts',
|
|
'rollingrestart.context.allOnSelectedHosts':'Restart all components on the selected hosts',
|