|
@@ -35,6 +35,7 @@ Em.I18n.translations = {
|
|
'to':'To',
|
|
'to':'To',
|
|
'ok':'OK',
|
|
'ok':'OK',
|
|
'as':'as',
|
|
'as':'as',
|
|
|
|
+ 'on':'on',
|
|
'any': 'Any',
|
|
'any': 'Any',
|
|
'more':'more',
|
|
'more':'more',
|
|
'yes':'Yes',
|
|
'yes':'Yes',
|
|
@@ -1065,6 +1066,10 @@ Em.I18n.translations = {
|
|
'services.service.config.saved':'Saved Configuration Changes',
|
|
'services.service.config.saved':'Saved Configuration Changes',
|
|
'services.service.config.notSaved':'Unable to Save Configuration Changes',
|
|
'services.service.config.notSaved':'Unable to Save Configuration Changes',
|
|
'services.service.config.restartService.TooltipMessage':'<b>Restart Service</b><br>Stale configuration used by {0} components on {1} hosts:{2}',
|
|
'services.service.config.restartService.TooltipMessage':'<b>Restart Service</b><br>Stale configuration used by {0} components on {1} hosts:{2}',
|
|
|
|
+ 'services.service.config.restartService.needToRestart':'<strong>Restart Service</strong> ',
|
|
|
|
+ 'services.service.config.restartService.needToRestartEnd':'should be restated',
|
|
|
|
+ 'service.service.config.restartService.hostsShouldBeRestarted':'Hosts should be restarted',
|
|
|
|
+ 'service.service.config.restartService.componentsShouldBeRestarted':'Components should be restarted',
|
|
'services.service.config.saved.message':'Service configuration changes saved successfully.',
|
|
'services.service.config.saved.message':'Service configuration changes saved successfully.',
|
|
'services.service.config.msgServiceStop':'Could not save configuration changes. Please stop the service first. You will be able to save configuration changes after all of its components are stopped.',
|
|
'services.service.config.msgServiceStop':'Could not save configuration changes. Please stop the service first. You will be able to save configuration changes after all of its components are stopped.',
|
|
'services.service.config.msgHDFSMapRServiceStop':'Could not save configuration changes. Please stop both HDFS and MapReduce first. You will be able to save configuration changes after all HDFS and MapReduce components are stopped.',
|
|
'services.service.config.msgHDFSMapRServiceStop':'Could not save configuration changes. Please stop both HDFS and MapReduce first. You will be able to save configuration changes after all HDFS and MapReduce components are stopped.',
|
|
@@ -1263,6 +1268,8 @@ Em.I18n.translations = {
|
|
'hosts.host.summary.agentHeartbeat':'Agent <br/> Heartbeat',
|
|
'hosts.host.summary.agentHeartbeat':'Agent <br/> Heartbeat',
|
|
'hosts.host.summary.hostMetrics':'Host Metrics',
|
|
'hosts.host.summary.hostMetrics':'Host Metrics',
|
|
|
|
|
|
|
|
+ 'hosts.host.details.needToRestart':'Host needs {0} components restarted',
|
|
|
|
+ 'hosts.host.details.needToRestart.button':'Restart components',
|
|
'hosts.host.details.deleteHost':'Delete Host',
|
|
'hosts.host.details.deleteHost':'Delete Host',
|
|
'hosts.host.details.startAllComponents':'Start All Components',
|
|
'hosts.host.details.startAllComponents':'Start All Components',
|
|
'hosts.host.details.stopAllComponents':'Stop All Components',
|
|
'hosts.host.details.stopAllComponents':'Stop All Components',
|