|
@@ -1787,19 +1787,19 @@ Em.I18n.translations = {
|
|
|
'mirroring.dateOrder.error': 'End Date must be after Start Date',
|
|
|
'mirroring.required.invalidNumberError' : 'Enter valid number',
|
|
|
|
|
|
- 'rollingrestart.dialog.title': 'Rolling Restart {0}s',
|
|
|
+ 'rollingrestart.dialog.title': 'Restart {0}s',
|
|
|
'rollingrestart.dialog.primary': 'Trigger Restart',
|
|
|
'rollingrestart.notsupported.hostComponent': 'Rolling restart not supported for {0} components',
|
|
|
- 'rollingrestart.dialog.msg.restart': 'This will restart {0} {1} in batches to keep your cluster operational and minimize downtime.',
|
|
|
- 'rollingrestart.dialog.msg.restart.plural': 'This will restart {0} {1}s in batches to keep your cluster operational and minimize downtime.',
|
|
|
+ 'rollingrestart.dialog.msg.restart': 'This will restart {0} {1} at a time.',
|
|
|
+ 'rollingrestart.dialog.msg.restart.plural': 'This will restart {0} {1}s at a time.',
|
|
|
'rollingrestart.dialog.msg.noRestartHosts': 'There are no {0}s to do rolling restarts',
|
|
|
- 'rollingrestart.dialog.msg.maintainance': 'Note: {0} {1} in Maintainance Mode will not be restarted',
|
|
|
- 'rollingrestart.dialog.msg.maintainance.plural': 'Note: {0} {1}s in Maintainance Mode will not be restarted',
|
|
|
+ 'rollingrestart.dialog.msg.maintainance': 'Note: {0} {1} in Out of Service Mode will not be restarted',
|
|
|
+ 'rollingrestart.dialog.msg.maintainance.plural': 'Note: {0} {1}s in Out of Service Mode will not be restarted',
|
|
|
'rollingrestart.dialog.msg.componentsAtATime': '{0}s at a time',
|
|
|
'rollingrestart.dialog.msg.timegap.prefix': 'Wait ',
|
|
|
'rollingrestart.dialog.msg.timegap.suffix': 'seconds between batches ',
|
|
|
'rollingrestart.dialog.msg.toleration.prefix': 'Tolerate up to ',
|
|
|
- 'rollingrestart.dialog.msg.toleration.suffix': 'failures',
|
|
|
+ 'rollingrestart.dialog.msg.toleration.suffix': 'restart failures',
|
|
|
'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.toleratesize': 'Invalid failure toleration count: {0}',
|