|
@@ -34,6 +34,8 @@ Em.I18n.translations = {
|
|
|
'graphs.error.title': 'Error',
|
|
|
'graphs.error.message': 'There was a problem getting data for the chart ({0}: {1})',
|
|
|
|
|
|
+ 'users.userName.validationFail': 'Value should contains only letters and digits and start with letter',
|
|
|
+
|
|
|
'services.nagios.description':'Nagios Monitoring and Alerting system',
|
|
|
'services.ganglia.description':'Ganglia Metrics Collection system',
|
|
|
'services.hdfs.description':'Apache Hadoop Distributed File System',
|
|
@@ -252,7 +254,6 @@ Em.I18n.translations = {
|
|
|
'admin.users.username':'Username',
|
|
|
'admin.users.createSuccess': 'User successfully created.',
|
|
|
'admin.users.createError': 'Error occurred while user creating.',
|
|
|
- 'admin.users.createError.userNameValidation': 'User name should contains only letters and digits and start with letter',
|
|
|
'admin.users.createError.passwordValidation': 'Passwords are different',
|
|
|
'admin.users.createError.userNameExists': 'User with the same name is already exists',
|
|
|
'admin.users.editError.requiredField': 'This is required',
|