|
@@ -56,6 +56,7 @@ Em.I18n.translations = {
|
|
'common.addComponent':'Add Component',
|
|
'common.addComponent':'Add Component',
|
|
'common.remove':'Remove',
|
|
'common.remove':'Remove',
|
|
'common.retry':'Retry',
|
|
'common.retry':'Retry',
|
|
|
|
+ 'common.rollBack':'Rollback',
|
|
'common.show':'Show',
|
|
'common.show':'Show',
|
|
'common.hide':'Hide',
|
|
'common.hide':'Hide',
|
|
'common.cancel':'Cancel',
|
|
'common.cancel':'Cancel',
|
|
@@ -643,6 +644,8 @@ Em.I18n.translations = {
|
|
'admin.highAvailability.button.enable':'Enable NameNode HA',
|
|
'admin.highAvailability.button.enable':'Enable NameNode HA',
|
|
'admin.highAvailability.disabled':'NameNode HA is disabled',
|
|
'admin.highAvailability.disabled':'NameNode HA is disabled',
|
|
'admin.highAvailability.enabled':'NameNode HA is enabled',
|
|
'admin.highAvailability.enabled':'NameNode HA is enabled',
|
|
|
|
+ 'admin.highAvailability.confirmRollbackHeader':'Confirm Rollback',
|
|
|
|
+ 'admin.highAvailability.confirmRollbackBody':'This will rollback all operations that were done in HA wizard',
|
|
'admin.highAvailability.error.hostsNum':'You must have at least 3 hosts in your cluster to enable NameNode HA.',
|
|
'admin.highAvailability.error.hostsNum':'You must have at least 3 hosts in your cluster to enable NameNode HA.',
|
|
'admin.highAvailability.error.namenodeStarted':'NameNode must be running before you enable NameNode HA.',
|
|
'admin.highAvailability.error.namenodeStarted':'NameNode must be running before you enable NameNode HA.',
|
|
'admin.highAvailability.error.zooKeeperNum':'You must have at least 3 ZooKeeper Servers in your cluster to enable NameNode HA.',
|
|
'admin.highAvailability.error.zooKeeperNum':'You must have at least 3 ZooKeeper Servers in your cluster to enable NameNode HA.',
|