messages.js 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. /**
  2. * Licensed to the Apache Software Foundation (ASF) under one
  3. * or more contributor license agreements. See the NOTICE file
  4. * distributed with this work for additional information
  5. * regarding copyright ownership. The ASF licenses this file
  6. * to you under the Apache License, Version 2.0 (the
  7. * "License"); you may not use this file except in compliance
  8. * with the License. You may obtain a copy of the License at
  9. *
  10. * http://www.apache.org/licenses/LICENSE-2.0
  11. *
  12. * Unless required by applicable law or agreed to in writing, software
  13. * distributed under the License is distributed on an "AS IS" BASIS,
  14. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15. * See the License for the specific language governing permissions and
  16. * limitations under the License.
  17. */
  18. Em.I18n.translations = {
  19. 'app.name': 'Ambari',
  20. 'login.header': 'Sign in',
  21. 'login.username': 'Username',
  22. 'login.password': 'Password',
  23. 'login.loginButton': 'Sign in',
  24. 'login.error': 'Invalid username/password combination.',
  25. 'services.nagios.description': 'Nagios desc',
  26. 'services.ganglia.description': 'Ganglia desc',
  27. 'services.hdfs.description': 'HDFS desc',
  28. 'services.mapreduce.description': 'MapReduce desc',
  29. 'services.sqoop.description': 'Sqoop desc',
  30. 'services.pig.description': 'Pig desc',
  31. 'services.hive.description': 'Hive/HCat desc',
  32. 'services.oozie.description': 'Oozie desc',
  33. 'services.zookeeper.description': 'ZooKeeper desc',
  34. 'services.hbase.description': 'HBase desc',
  35. 'topnav.help.href': 'http://incubator.apache.org/ambari/install.html',
  36. 'installer.header': 'Cluster Install Wizard',
  37. 'installer.step1.header': 'Welcome',
  38. 'installer.step1.body.header': 'Welcome to Apache Ambari!',
  39. 'installer.step1.body': 'Ambari makes it easy to install, manage, and monitor Hadoop clusters.<br>' +
  40. 'We will walk you through the cluster installation process with this step-by-step wizard.',
  41. 'installer.step1.clusterName': 'Name your cluster',
  42. 'installer.step1.clusterName.tooltip.title': 'Cluster Name',
  43. 'installer.step1.clusterName.tooltip.content': 'Enter a unique cluster name. Cluster name cannot be changed later.',
  44. 'installer.step1.clusterName.error.required': 'Cluster Name is required',
  45. 'installer.step1.clusterName.error.whitespaces': 'Cluster Name cannot contain white spaces',
  46. 'installer.step1.clusterName.error.specialChar': 'Cluster Name cannot contain special characters',
  47. 'installer.step2.header': 'Install Options',
  48. 'installer.step2.targetHosts': 'Specify Hosts to Manage',
  49. 'installer.step2.targetHosts.info': 'Enter a list of host names, one per line',
  50. 'installer.step2.hostPattern.tooltip.title': 'Pattern Expressions',
  51. 'installer.step2.hostPattern.tooltip.content': 'You can use pattern expressions to specify a number of target hosts. Explain brackets.',
  52. 'installer.step2.hostName.error.required': 'Host Names cannot be left empty',
  53. 'installer.step2.hostName.error.notRequired': 'Host Names will be ignored if not using SSH to automatically configure hosts',
  54. 'installer.step2.hostName.error.invalid': 'Invalid Host Name(s) - cannot start or end with a hyphen',
  55. 'installer.step2.sshKey.error.required': 'SSH Private Key is required',
  56. 'installer.step2.passphrase.error.match': 'Passphrases do not match',
  57. 'installer.step2.manualInstallOption': 'Do not use SSH to automatically configure hosts ',
  58. 'installer.step2.advancedOption': 'Advanced Options',
  59. 'installer.step2.repoConf': 'Software Repository Configuration File Path',
  60. 'installer.step2.localRepoOption': 'Use a local software repository',
  61. 'installer.step2.localRepo.error.required': 'Local repository file path is required',
  62. 'installer.step2.localRepo.info': '<p class=\"text-info\">The repository configuration file should be installed on each host in your cluster. ' +
  63. 'This file instructs package manager to use your local software repository to retrieve software packages, instead of ' +
  64. 'downloading from the internet.</p>',
  65. 'installer.step2.localRepo.tooltip.title': 'Local Software Repository',
  66. 'installer.step2.localRepo.tooltip.content': 'The repository configuration file should be installed on each host' +
  67. 'in your cluster. This file instructs package manager to use your local' +
  68. 'software repository to retrieve software packages, instead of using the internet.',
  69. 'installer.step2.manualInstall.tooltip.title': 'Not Using SSH (Manual Install)',
  70. 'installer.step2.manualInstall.tooltip.content': 'Ambari agents will not be installed ' +
  71. 'automatically. You need to install it manually on each host that you want to manage as part of ' +
  72. 'your cluster. Agents should be started before you move to the next stage.',
  73. 'installer.step2.manualInstall.popup.header': 'Before You Proceed',
  74. 'installer.step2.manualInstall.popup.body': 'You must install Ambari Agents on each host you want to manage before you proceed. <a href="#" target="_blank">Learn more</a>',
  75. 'installer.step3.header': 'Confirm Hosts',
  76. 'installer.step3.body': 'Here are the results of the host discovery process.<br>' +
  77. 'Please verify and remove the ones that you do not want to be the part of the cluster.',
  78. 'installer.step3.hostLog.popup.header': 'Log file for the host',
  79. 'installer.step3.hostLog.popup.body': 'Placeholder for the log file',
  80. 'installer.step4.header': 'Choose Services',
  81. 'installer.step4.body': 'Choose which services you want to install on your cluster.<br>Note that some services have dependencies (e.g., HBase requires ZooKeeper.)',
  82. 'installer.step4.mapreduceCheck.popup.header': 'MapReduce Needed',
  83. 'installer.step4.mapreduceCheck.popup.body': 'You did not select MapReduce, but it is needed by other services you selected. We will automatically add MapReduce. Is this OK?',
  84. 'installer.step4.monitoringCheck.popup.header': 'Limited Functionality Warning',
  85. 'installer.step4.monitoringCheck.popup.body': 'You did not select Nagios and/or Ganglia. If both are not selected, monitoring and alerts will not function properly. Is this OK?',
  86. 'installer.step5.header': 'Assign Masters',
  87. 'installer.step5.attention': 'more hosts without master service',
  88. 'installer.step5.body': 'Assign master components to hosts you want to run them on.',
  89. 'installer.step6.header': 'Assign Slaves',
  90. 'installer.step6.body': 'Assign slave components to hosts you want to run them on.',
  91. 'installer.step6.error.mustSelectOne': 'You must assign at least one host to each.',
  92. 'installer.step7.header': 'Customize Services',
  93. 'installer.step7.body': 'We have come up with recommended configurations for the services you selected. Customize them as you see fit.',
  94. 'installer.step7.attentionNeeded': '<strong>Attention:</strong> Some configurations need your attention before you can proceed.',
  95. 'installer.step8.header': 'Review',
  96. 'installer.step9.header': 'Install, Start and Test',
  97. 'installer.step9.body': 'Wait to complete the cluster installation. Installing, Starting and Testing selected services',
  98. 'installer.step9.status.success': 'Successfully installed the cluster',
  99. 'installer.step9.status.failed': 'Failure in installation',
  100. 'installer.step9.host.status.success': 'success',
  101. 'installer.step9.host.status.warning': 'tolerable failures encountered',
  102. 'installer.step9.host.status.failed': 'failures encountered',
  103. 'installer.step10.header': 'Summary',
  104. 'form.create': 'Create',
  105. 'form.save': 'Save',
  106. 'form.cancel': 'Cancel',
  107. 'form.password': 'Password',
  108. 'form.passwordRetype': 'Retype Password',
  109. 'form.saveSuccess': 'Successfully saved.',
  110. 'form.saveError': 'Sorry, errors occured.',
  111. 'form.validator.invalidIp': 'Please enter valid ip address',
  112. 'admin.advanced.title': 'Advanced',
  113. 'admin.advanced.caution': 'This section is for advanced user only.<br/>Proceed with caution.',
  114. 'admin.advanced.button.uninstallIncludingData': 'Uninstall cluster including all data.',
  115. 'admin.advanced.button.uninstallKeepData': 'Uninstall cluster but keep data.',
  116. 'admin.advanced.popup.header': 'Uninstall Cluster',
  117. /*'admin.advanced.popup.text':'Uninstall Cluster',*/
  118. 'admin.audit.grid.date': "Date/Time",
  119. 'admin.audit.grid.category': "Category",
  120. 'admin.audit.grid.operationName': "Operation",
  121. 'admin.audit.grid.performedBy': "Performed By",
  122. 'admin.audit.grid.service': "Category",
  123. 'admin.authentication.form.method.database': 'Use Ambari Database to authenticate users',
  124. 'admin.authentication.form.method.ldap': 'Use LDAP/Active Directory to authenticate',
  125. 'admin.authentication.form.primaryServer': 'Primary Server',
  126. 'admin.authentication.form.secondaryServer': 'Secondary Server',
  127. 'admin.authentication.form.useSsl': 'Use SSL',
  128. 'admin.authentication.form.bind.anonymously': "Bind Anonymously",
  129. 'admin.authentication.form.bind.useCrenedtials': "Use Credentials To Bind",
  130. 'admin.authentication.form.bindUserDN': 'Bind User DN',
  131. 'admin.authentication.form.searchBaseDN': 'Search Base DN',
  132. 'admin.authentication.form.usernameAttribute': 'Username Attribute',
  133. 'admin.authentication.form.userDN': 'User DN',
  134. 'admin.authentication.form.password': 'Password',
  135. 'admin.authentication.form.configurationTest': 'Configuration Test',
  136. 'admin.authentication.form.testConfiguration': 'Test Configuration',
  137. 'admin.authentication.form.test.success': 'The configuration passes the test',
  138. 'admin.authentication.form.test.fail': 'The configuration fails the test',
  139. 'admin.security.title': 'Kerberos Security has not been enabled on this cluster.',
  140. 'admin.security.button.enable': 'Enable Kerberos Security on this cluster',
  141. 'admin.users.ldapAuthentionUsed': 'LDAP Authentication is being used to authenticate users',
  142. 'admin.users.deleteYourselfMessage': 'You can\'t delete yourself',
  143. 'admin.users.addButton': 'Add User',
  144. 'admin.users.delete': 'delete',
  145. 'admin.users.edit': 'edit',
  146. 'admin.users.privileges': 'Admin',
  147. 'admin.users.password': 'Password',
  148. 'admin.users.passwordRetype': 'Retype Password',
  149. 'admin.users.username': 'Username',
  150. 'question.sure': 'Are you sure?',
  151. 'services.service.start': 'Start',
  152. 'services.service.stop': 'Stop',
  153. 'services.service.start.popup.header': 'Confirmation',
  154. 'services.service.stop.popup.header': 'Confirmation',
  155. 'services.service.start.popup.body': 'Are you sure?',
  156. 'services.service.stop.popup.body': 'Are you sure?',
  157. 'hosts.host.start.popup.header': 'Confirmation',
  158. 'hosts.host.stop.popup.header': 'Confirmation',
  159. 'hosts.host.start.popup.body': 'Are you sure?',
  160. 'hosts.host.stop.popup.body': 'Are you sure?',
  161. 'hosts.assignedToRack.popup.body': 'Are you sure?',
  162. 'hosts.assignedToRack.popup.header': 'Confirmation',
  163. 'hosts.decommission.popup.body': 'Are you sure?',
  164. 'hosts.decommission.popup.header': 'Confirmation',
  165. 'hosts.delete.popup.body': 'Are you sure?',
  166. 'hosts.delete.popup.header': 'Confirmation'
  167. };