messages.js 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616
  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. 'app.reloadPopup.link': 'Reload Page',
  21. 'app.reloadPopup.text': 'Trying to connect to server...',
  22. 'app.reloadPopup.header': 'Reload Page',
  23. 'app.loadingPlaceholder': 'Loading...',
  24. 'app.sighout':'Sign out',
  25. 'apply':'apply',
  26. 'and':'and',
  27. 'none':'none',
  28. 'all':'all',
  29. 'minimum':'minimum',
  30. 'from':'From',
  31. 'to':'To',
  32. 'common.learnMore':'Learn more',
  33. 'common.back':'Back',
  34. 'common.prev':'Prev',
  35. 'common.next':'Next',
  36. 'common.host':'Host',
  37. 'common.group':'Group',
  38. 'common.progress':'Progress',
  39. 'common.status':'Status',
  40. 'common.action':'Action',
  41. 'common.remove':'Remove',
  42. 'common.retry':'Retry',
  43. 'common.show':'Show',
  44. 'common.hide':'Hide',
  45. 'common.cancel':'Cancel',
  46. 'common.apply':'Apply',
  47. 'common.service': 'Service',
  48. 'common.version':'Version',
  49. 'common.description':'Description',
  50. 'common.client':'Client',
  51. 'common.regionServer':'RegionServer',
  52. 'common.taskTracker':'TaskTracker',
  53. 'common.dataNode':'DataNode',
  54. 'common.print':'Print',
  55. 'common.deploy':'Deploy',
  56. 'common.message':'Message',
  57. 'common.tasks':'Tasks',
  58. 'common.open':'Open',
  59. 'common.copy':'Copy',
  60. 'common.complete':'Complete',
  61. 'common.metrics':'Metrics',
  62. 'common.timeRange':'Time Range',
  63. 'common.name':'Name',
  64. 'common.ipAddress':'IP Address',
  65. 'common.cpu':'CPU',
  66. 'common.ram':'RAM',
  67. 'common.diskUsage':'Disk Usage',
  68. 'common.loadAvg':'Load Avg',
  69. 'common.components':'Components',
  70. 'common.quickLinks':'Quick Links',
  71. 'common.save':'Save',
  72. 'common.servers':'Servers',
  73. 'common.clients':'Clients',
  74. 'popup.highlight':'click to highlight',
  75. 'login.header':'Sign in',
  76. 'login.username':'Username',
  77. 'login.password':'Password',
  78. 'login.loginButton':'Sign in',
  79. 'login.error':'Invalid username/password combination.',
  80. 'graphs.noData.title': 'No Data',
  81. 'graphs.noData.message': 'There was no data available. Possible reasons include inaccessible Ganglia service.',
  82. 'graphs.error.title': 'Error',
  83. 'graphs.error.message': 'There was a problem getting data for the chart ({0}: {1})',
  84. 'users.userName.validationFail': 'Value should contains only letters and digits and start with letter',
  85. 'services.nagios.description':'Nagios Monitoring and Alerting system',
  86. 'services.ganglia.description':'Ganglia Metrics Collection system',
  87. 'services.hdfs.description':'Apache Hadoop Distributed File System',
  88. 'services.mapreduce.description':'Apache Hadoop Distributed Processing Framework',
  89. 'services.sqoop.description':'Tool for transferring bulk data between Apache Hadoop and structured data stores such as relational databases',
  90. 'services.pig.description':'Scripting platform for analyzing large datasets',
  91. 'services.hive.description':'Data warehouse system for ad-hoc queries & analysis of large datasets and table & storage management service',
  92. 'services.oozie.description':'System for workflow coordination and execution of Apache Hadoop jobs',
  93. 'services.zookeeper.description':'ZooKeeper desc',
  94. 'services.hbase.description':'Non-relational distributed database and centralized service for configuration management & synchronization',
  95. 'services.hive.databaseComponent':'Database Server',
  96. 'services.alerts.OK.timePrefix': 'OK for ',
  97. 'services.alerts.WARN.timePrefix': 'WARN for ',
  98. 'services.alerts.CRIT.timePrefix': 'CRIT for ',
  99. 'services.alerts.headingOfList': 'Alerts and Health Checks',
  100. 'services.alerts.goToService': 'Go to Service',
  101. 'services.alerts.goToNagios': 'Go to Nagios Web UI',
  102. 'topnav.logo.href':'http://incubator.apache.org/ambari/',
  103. 'topnav.help.href':'https://cwiki.apache.org/confluence/display/AMBARI/Ambari',
  104. 'installer.header':'Cluster Install Wizard',
  105. 'installer.navigation.warning.header':'Navigation Warning',
  106. 'installer.mockData':'mockData',
  107. 'installer.pollData':'pollData',
  108. 'installer.noHostsAssigned':'No host assigned',
  109. 'installer.slaveComponentHosts.selectHosts':'select hosts for this group',
  110. 'installer.slaveComponentHostsPopup.header':'Select which hosts should belong to which {0} group',
  111. 'installer.controls.serviceConfigPopover.title':'{0}<br><small>{1}</small>',
  112. 'installer.controls.serviceConfigMultipleHosts.other':'1 other',
  113. 'installer.controls.serviceConfigMultipleHosts.others':'{0} others',
  114. 'installer.controls.serviceConfigMasterHosts.header':'{0} Hosts',
  115. 'installer.controls.addSlaveComponentGroupButton.title':'Add a {0} Group',
  116. 'installer.controls.addSlaveComponentGroupButton.content':'If you need different settings on certain {0}s, you can add a {1} group.<br>All {2}s within the same group will have the same set of settings. You can create multiple groups.',
  117. 'installer.controls.slaveComponentChangeGroupName.error':'group with this name already exist',
  118. 'installer.step1.header':'Welcome',
  119. 'installer.step1.body.header':'Welcome to Apache Ambari!',
  120. 'installer.step1.body':'Ambari makes it easy to install, manage, and monitor Hadoop clusters.<br>' +
  121. 'We will walk you through the cluster installation process with this step-by-step wizard.',
  122. 'installer.step1.clusterName':'Name your cluster',
  123. 'installer.step1.clusterName.tooltip.title':'Cluster Name',
  124. 'installer.step1.clusterName.tooltip.content':'Enter a unique cluster name. Cluster name cannot be changed later.',
  125. 'installer.step1.clusterName.error.required':'Cluster Name is required',
  126. 'installer.step1.clusterName.error.whitespaces':'Cluster Name cannot contain white spaces',
  127. 'installer.step1.clusterName.error.specialChar':'Cluster Name cannot contain special characters',
  128. 'installer.step2.header':'Install Options',
  129. 'installer.step2.body':'Enter the list of hosts to be included in the cluster and provide your SSH key.',
  130. 'installer.step2.targetHosts':'Target Hosts',
  131. 'installer.step2.targetHosts.info':'Enter a list of host names, one per line',
  132. 'installer.step2.hostPattern.tooltip.title':'Pattern Expressions',
  133. 'installer.step2.hostPattern.tooltip.content':'You can use pattern expressions to specify a number of target hosts. For example, to specify host01.domain thru host10.domain, enter host[01-10].domain in the target hosts textarea.',
  134. 'installer.step2.hostName.error.required':'You must specify at least one host name',
  135. 'installer.step2.hostName.error.already_installed':'All these hosts are already part of the cluster',
  136. 'installer.step2.hostName.error.notRequired':'Host Names will be ignored if not using SSH to automatically configure hosts',
  137. 'installer.step2.hostName.error.invalid':'Invalid Host Name(s)',
  138. 'installer.step2.hostName.pattern.header':'Host name pattern expressions',
  139. 'installer.step2.sshKey':'Host Registration Information',
  140. 'installer.step2.sshKey.error.required':'SSH Private Key is required',
  141. 'installer.step2.passphrase.error.match':'Passphrases do not match',
  142. 'installer.step2.manualInstall.label':'Do not use SSH to automatically configure hosts ',
  143. 'installer.step2.manualInstall.info':'By not using SSH to connect to the target hosts, you must manually install the ' +
  144. 'Ambari Agent on each host in order for the wizard to perform the necessary configurations and software installs.',
  145. 'installer.step2.advancedOption':'Advanced Options',
  146. 'installer.step2.repoConf':'Software Repository Configuration File Path',
  147. 'installer.step2.advancedOptions.header':'Advanced Options',
  148. 'installer.step2.localRepo.label_use':'Use a',
  149. 'installer.step2.localRepo.label_instead':'instead of downloading software packages from the Internet',
  150. 'installer.step2.localRepo.error.required':'Local repository file path is required',
  151. 'installer.step2.localRepo.tooltip.title':'Local Software Repository',
  152. 'installer.step2.localRepo.tooltip.content': 'The cluster install requires access to the Internet to fetch software ' +
  153. 'from a remote repository. In some cases, adequate bandwidth is not available and you want to prevent downloading ' +
  154. 'packages from the remote repository over and over again. Other times, Internet access is not available from the ' +
  155. 'hosts in your cluster. In these situations, you must set up a version of the repository that your machines can ' +
  156. 'access locally and this is called a <b>Local Software Repository</b>',
  157. 'installer.step2.javaHome.label' : 'Path to 64-bit JDK',
  158. 'installer.step2.javaHome.tooltip.title' : 'JAVA_HOME',
  159. 'installer.step2.javaHome.tooltip.content' : 'Path to 64-bit JAVA_HOME. /usr/jdk/jdk1.6.0_31 is the default used by Ambari. You can override this to a specific path that contains the JDK. <br/> Note: the path must be valid on <b>ALL</b> hosts in your cluster.',
  160. 'installer.step2.useSsh.provide' : 'Provide your',
  161. 'installer.step2.useSsh.provide_id_rsa' : '(id_rsa for root) and use SSH to automatically register hosts',
  162. 'installer.step2.useSsh.tooltip.title':'SSH Private Key',
  163. 'installer.step2.useSsh.tooltip.content':'The <b>SSH Private Key File</b> is used for the root access to the target hosts in your cluster.',
  164. 'installer.step2.manualInstall.perform':'Perform',
  165. 'installer.step2.manualInstall.perform_on_hosts':'on hosts and do not use SSH',
  166. 'installer.step2.manualInstall.tooltip.title':'manual registration',
  167. 'installer.step2.manualInstall.tooltip.content':'Manually registering the Ambari Agent on each host eliminates the need for SSH and should be performed prior to continuing cluster installation.',
  168. 'installer.step2.manualInstall.popup.header':'Before You Proceed',
  169. 'installer.step2.manualInstall.popup.body':'You must install Ambari Agents on each host you want to manage before you proceed.',
  170. 'installer.step2.orUse':'Or use',
  171. 'installer.step2.registerAndConfirm':'Register and Confirm',
  172. 'installer.step3.header':'Confirm Hosts',
  173. 'installer.step3.body':'Registering your hosts.<br>' +
  174. 'Please confirm the host list and remove any hosts that you do not want to include in the cluster.',
  175. 'installer.step3.hostLog.popup.header':'Registration log for {0}',
  176. 'installer.step3.hosts.remove.popup.header':'Remove Hosts',
  177. 'installer.step3.hosts.remove.popup.body':'Are you sure you want to remove the selected host(s)?',
  178. 'installer.step3.hosts.retry.popup.header':'Retry Host Discovery',
  179. 'installer.step3.hosts.retry.popup.body':'Are you sure you want to retry discovery of the selected host(s)?',
  180. 'installer.step3.hostInformation.popup.header':'Error in retrieving host Information',
  181. 'installer.step3.hostInformation.popup.body' : 'All bootstrapped hosts registered but unable to retrieve cpu and memory related information',
  182. 'installer.step3.hostWarningsPopup.details':'Show Details',
  183. 'installer.step3.hostWarningsPopup.directoriesAndFiles':'DIRECTORIES & FILES',
  184. 'installer.step3.hostWarningsPopup.packages':'PACKAGES',
  185. 'installer.step3.hostWarningsPopup.processes':'PROCESSES',
  186. 'installer.step3.hostWarningsPopup.noProcesses':'No processes to display',
  187. 'installer.step3.hosts.noHosts':'No hosts to display',
  188. 'installer.step3.warnings.popup.header':'Host Checks',
  189. 'installer.step3.warnings.description':'Some warnings were encountered while performing checks against the above hosts.',
  190. 'installer.step3.warnings.linkText':'Click here to see the warnings.',
  191. 'installer.step3.noWarnings.linkText':'Click here to see the check results.',
  192. 'installer.step3.warnings.noWarnings':'All host checks were successful.',
  193. 'installer.step3.warnings.updateChecks.success':'Host Checks successfully updated',
  194. 'installer.step3.warnings.updateChecks.failed':'Host Checks update failed',
  195. 'installer.step3.removeSelected':'Remove Selected',
  196. 'installer.step3.retryFailed':'Retry Failed',
  197. 'installer.step4.header':'Choose Services',
  198. 'installer.step4.body':'Choose which services you want to install on your cluster.',
  199. 'installer.step4.mapreduceCheck.popup.header':'MapReduce Needed',
  200. '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?',
  201. 'installer.step4.monitoringCheck.popup.header':'Limited Functionality Warning',
  202. '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?',
  203. 'installer.step5.header':'Assign Masters',
  204. 'installer.step5.attention':' hosts not running master services',
  205. 'installer.step5.body':'Assign master components to hosts you want to run them on.',
  206. 'installer.step5.body.hive':'<i class="icon-asterisks">&#10037</i> HiveServer2, Hive Metastore, and WebHCat Server will be co-hosted on the same server.',
  207. 'installer.step6.header':'Assign Slaves and Clients',
  208. 'installer.step6.body':'Assign slave and client components to hosts you want to run them on.<br/>Hosts that are assigned master components are shown with <i class=icon-asterisks>&#10037</i>. <br/>&quot;Client&quot; will install ',
  209. 'installer.step6.error.mustSelectOne':'You must assign at least one host to each.',
  210. 'installer.step6.error.mustSelectOneForHost':'You must assign at least one slave/client component to each.',
  211. 'installer.step6.wizardStep6Host.title':'master components hosted on {0}',
  212. 'installer.step7.header':'Customize Services',
  213. 'installer.step7.body':'We have come up with recommended configurations for the services you selected. Customize them as you see fit.',
  214. 'installer.step7.attentionNeeded':'<b>Attention:</b> Some configurations need your attention before you can proceed.',
  215. 'installer.step8.header':'Review',
  216. 'installer.step8.body':'Please review the configuration before installation',
  217. 'installer.step8.deployPopup.message':'Preparing to Deploy: {0} of {1} tasks completed.',
  218. 'installer.step9.header':'Install, Start and Test',
  219. 'installer.step9.body':'Please wait while the selected services are installed and started.',
  220. 'installer.step9.status.success':'Successfully installed and started the services.',
  221. 'installer.step9.status.warning':'Installed and started the services with some warnings.',
  222. 'installer.step9.status.failed':'Failed to install/start the services.',
  223. 'installer.step9.host.status.success':'Success',
  224. 'installer.step9.host.status.warning':'Warnings encountered',
  225. 'installer.step9.host.status.failed':'Failures encountered',
  226. 'installer.step9.host.status.nothingToInstall':'Waiting (Nothing to install)',
  227. 'installer.step9.hostLog.popup.header':'Tasks. executed on ',
  228. 'installer.step9.hostLog.popup.categories.all':'All',
  229. 'installer.step9.hostLog.popup.categories.pending':'Queued / Pending',
  230. 'installer.step9.hostLog.popup.categories.in_progress':'In Progress',
  231. 'installer.step9.hostLog.popup.categories.failed':'Failed',
  232. 'installer.step9.hostLog.popup.categories.completed':'Success',
  233. 'installer.step9.hostLog.popup.categories.aborted':'Cancelled',
  234. 'installer.step9.hostLog.popup.categories.timedout':'Timed Out',
  235. 'installer.step9.hostLog.popup.noTasksToShow':'No tasks to show',
  236. 'installer.step9.overallProgress':'{0} % overall',
  237. 'installer.step10.header':'Summary',
  238. 'installer.step10.body':'Here is the summary of the install process.',
  239. 'installer.step10.nagiosRestartRequired':'<b>Important!</b> Restarting Nagios service is required for the alerts and notifications to work properly. After clicking on the Complete button to dismiss this wizard, go to Services -> Nagios to restart the Nagios service.',
  240. 'form.create':'Create',
  241. 'form.save':'Save',
  242. 'form.cancel':'Cancel',
  243. 'form.password':'Password',
  244. 'form.passwordRetype':'Retype Password',
  245. 'form.saveSuccess':'Successfully saved.',
  246. 'form.saveError':'Sorry, errors occurred.',
  247. 'form.validator.invalidIp':'Please enter valid ip address',
  248. 'admin.advanced.title':'Advanced',
  249. 'admin.advanced.caution':'This section is for advanced user only.<br/>Proceed with caution.',
  250. 'admin.advanced.button.uninstallIncludingData':'Uninstall cluster including all data.',
  251. 'admin.advanced.button.uninstallKeepData':'Uninstall cluster but keep data.',
  252. 'admin.advanced.popup.header':'Uninstall Cluster',
  253. /*'admin.advanced.popup.text':'Uninstall Cluster',*/
  254. 'admin.audit.grid.date':"Date/Time",
  255. 'admin.audit.grid.category':"Category",
  256. 'admin.audit.grid.operationName':"Operation",
  257. 'admin.audit.grid.performedBy':"Performed By",
  258. 'admin.audit.grid.service':"Category",
  259. 'admin.authentication.form.method.database':'Use Ambari Database to authenticate users',
  260. 'admin.authentication.form.method.ldap':'Use LDAP/Active Directory to authenticate',
  261. 'admin.authentication.form.primaryServer':'Primary Server',
  262. 'admin.authentication.form.secondaryServer':'Secondary Server',
  263. 'admin.authentication.form.useSsl':'Use SSL',
  264. 'admin.authentication.form.bind.anonymously':"Bind Anonymously",
  265. 'admin.authentication.form.bind.useCrenedtials':"Use Credentials To Bind",
  266. 'admin.authentication.form.bindUserDN':'Bind User DN',
  267. 'admin.authentication.form.searchBaseDN':'Search Base DN',
  268. 'admin.authentication.form.usernameAttribute':'Username Attribute',
  269. 'admin.authentication.form.userDN':'User DN',
  270. 'admin.authentication.form.password':'Password',
  271. 'admin.authentication.form.configurationTest':'Configuration Test',
  272. 'admin.authentication.form.testConfiguration':'Test Configuration',
  273. 'admin.authentication.form.test.success':'The configuration passes the test',
  274. 'admin.authentication.form.test.fail':'The configuration fails the test',
  275. 'admin.security.title':'Kerberos Security has not been enabled on this cluster.',
  276. 'admin.security.button.enable':'Enable Kerberos Security on this cluster',
  277. 'admin.users.ldapAuthentionUsed':'LDAP Authentication is being used to authenticate users',
  278. 'admin.users.delete.yourself.message':'You can\'t delete yourself',
  279. 'admin.users.delete.yourself.header':'Deleting warning',
  280. 'admin.users.delete.header':'Delete {0}',
  281. 'admin.users.addButton':'Add Local User',
  282. 'admin.users.editButton': 'Edit Local User',
  283. 'admin.users.delete':'delete',
  284. 'admin.users.edit':'edit',
  285. 'admin.users.privileges':'Admin',
  286. 'admin.users.type':'Type',
  287. 'admin.users.action':'Action',
  288. 'admin.users.password':'Password',
  289. 'admin.users.passwordRetype':'Retype Password',
  290. 'admin.users.username':'Username',
  291. 'admin.users.createSuccess': 'User successfully created.',
  292. 'admin.users.createError': 'Error occurred while user creating.',
  293. 'admin.users.createError.passwordValidation': 'Passwords are different',
  294. 'admin.users.createError.userNameExists': 'User with the same name is already exists',
  295. 'admin.users.editError.requiredField': 'This is required',
  296. 'question.sure':'Are you sure?',
  297. 'yes':'Yes',
  298. 'no':'No',
  299. 'services.service.start':'Start',
  300. 'services.service.stop':'Stop',
  301. 'services.service.confirmation.header':'Confirmation',
  302. 'services.service.confirmation.body':'Are you sure?',
  303. 'services.service.summary.version':'Version',
  304. 'services.service.summary.nameNode':'NameNode Web UI',
  305. 'services.service.summary.nameNodeUptime':'NameNode Uptime',
  306. 'services.service.summary.nameNodeHeap':'NameNode Heap',
  307. 'services.service.summary.pendingUpgradeStatus':'Upgrade Status',
  308. 'services.service.summary.pendingUpgradeStatus.pending':'Pending upgrade',
  309. 'services.service.summary.pendingUpgradeStatus.notPending':'No pending upgrade',
  310. 'services.service.summary.safeModeStatus':'Safe Mode Status',
  311. 'services.service.summary.safeModeStatus.inSafeMode':'In safe mode',
  312. 'services.service.summary.safeModeStatus.notInSafeMode':'Not in safe mode',
  313. 'services.service.summary.dataNodes':'DataNodes',
  314. 'services.service.summary.diskCapacity':'HDFS Disk Capacity',
  315. 'services.service.summary.blocksTotal':'Blocks (total)',
  316. 'services.service.summary.blockErrors':'Block Errors',
  317. 'services.service.summary.totalFiles':'Total Files + Dirs',
  318. 'services.service.summary.jobTracker':'JobTracker',
  319. 'services.service.summary.jobTrackerWebUI':'JobTracker Web UI',
  320. 'services.service.summary.jobTrackerUptime':'JobTracker Uptime',
  321. 'services.service.summary.trackersLiveTotal':'Trackers',
  322. 'services.service.summary.trackersBlacklistGraylist':'Trackers',
  323. 'services.service.summary.jobTrackerHeap':'JobTracker Heap',
  324. 'services.service.summary.totalSlotsCapacity':'Total Slots Capacity',
  325. 'services.service.summary.totalJobs':'Total Jobs',
  326. 'services.service.summary.currentSlotUtiliMaps':'Map Slots',
  327. 'services.service.summary.currentSlotUtiliReduces':'Reduce Slots',
  328. 'services.service.summary.tasksMaps':'Tasks: Maps',
  329. 'services.service.summary.tasksReduces':'Tasks: Reduces',
  330. 'services.service.summary.hbaseMaster':'HBase Master Web UI',
  331. 'services.service.summary.regionServerCount':'Region Server Count',
  332. 'services.service.summary.regionInTransition':'Region In Transition',
  333. 'services.service.summary.masterStarted':'Master Started',
  334. 'services.service.summary.masterActivated':'Master Activated',
  335. 'services.service.summary.averageLoad':'Average Load',
  336. 'services.service.summary.masterHeap':'Master Heap',
  337. 'services.service.summary.moreStats':'more stats here',
  338. 'services.service.summary.clientCount': '{0} Client Hosts',
  339. 'services.service.actions.run.rebalancer':'Run Rebalancer',
  340. 'services.service.actions.run.compaction':'Run Compaction',
  341. 'services.service.actions.run.smoke':'Run Smoke Test',
  342. 'services.service.actions.maintenance':'Maintenance',
  343. 'services.service.summary.unknown':'unknown',
  344. 'services.service.summary.notRunning':'Not Running',
  345. 'services.service.summary.notAvailable':'n/a',
  346. 'services.service.info.metrics.hbase.clusterRequests':'Cluster Requests',
  347. 'services.service.info.metrics.hbase.hlogSplitSize':'HLog Split Size',
  348. 'services.service.info.metrics.hbase.hlogSplitTime':'HLog Split Time',
  349. 'services.service.info.metrics.hbase.regionServerQueueSize':'RegionServer Queue Size',
  350. 'services.service.info.metrics.hbase.regionServerRegions':'RegionServer Regions',
  351. 'services.service.info.metrics.hbase.regionServerRequests':'RegionServer Requests',
  352. 'services.service.info.metrics.hdfs.blockStatus':'Block Status',
  353. 'services.service.info.metrics.hdfs.fileOperations':'File Operations',
  354. 'services.service.info.metrics.hdfs.gc':'Garbage Collection',
  355. 'services.service.info.metrics.hdfs.io':'HDFS I/O',
  356. 'services.service.info.metrics.hdfs.jvmHeap':'JVM Memory Status',
  357. 'services.service.info.metrics.hdfs.jvmThreads':'JVM Thread Status',
  358. 'services.service.info.metrics.hdfs.rpc':'RPC',
  359. 'services.service.info.metrics.hdfs.spaceUtilization':'Total Space Utilization',
  360. 'services.service.info.metrics.mapreduce.gc':'Garbage Collection',
  361. 'services.service.info.metrics.mapreduce.jobsStatus':'Jobs Status',
  362. 'services.service.info.metrics.mapreduce.jvmHeap':'JVM Memory Status',
  363. 'services.service.info.metrics.mapreduce.jvmThreads':'JVM Thread Status',
  364. 'services.service.info.metrics.mapreduce.mapSlots':'Map Slots Utilization',
  365. 'services.service.info.metrics.mapreduce.reduceSlots':'Reduce Slots Utilization',
  366. 'services.service.info.metrics.mapreduce.rpc':'RPC',
  367. 'services.service.info.metrics.mapreduce.tasksRunningWaiting':'Tasks (Running/Waiting)',
  368. 'services.service.info.menu.summary':'Summary',
  369. 'services.service.info.menu.configs':'Configs',
  370. 'services.service.info.summary.hostsRunningMonitor':'{0} hosts running monitor',
  371. 'services.service.info.summary.hostRunningMonitor':'1 host running monitor',
  372. 'services.service.info.summary.serversHostCount':'{0} more',
  373. 'services.service.info.summary.nagiosWebUI':'Nagios Web UI',
  374. 'services.service.info.summary.nagios.noAlerts':'No alerts',
  375. 'services.service.info.summary.nagios.alerts':'Nagios service required for viewing alerts',
  376. 'services.add.header':'Add Service Wizard',
  377. 'services.service.add':'Add Service',
  378. 'hosts.host.add':'Add New Hosts',
  379. 'hosts.host.back':'Back to Hosts',
  380. 'hosts.table.noHosts':'No hosts to display',
  381. 'hosts.host.metrics.cpu':'CPU Usage',
  382. 'hosts.host.metrics.disk':'Disk Usage',
  383. 'hosts.host.metrics.load':'Load',
  384. 'hosts.host.metrics.memory':'Memory Usage',
  385. 'hosts.host.metrics.network':'Network Usage',
  386. 'hosts.host.metrics.processes':'Processes',
  387. 'hosts.host.details.deleteHost':'Delete Host',
  388. 'host.host.componentFilter.master':'Master Components',
  389. 'host.host.componentFilter.slave':'Slave Components',
  390. 'host.host.componentFilter.client':'Client Components',
  391. 'hosts.host.start.popup.header':'Confirmation',
  392. 'hosts.host.stop.popup.header':'Confirmation',
  393. 'hosts.host.start.popup.body':'Are you sure?',
  394. 'hosts.host.stop.popup.body':'Are you sure?',
  395. 'hosts.host.alert.noAlerts':'No alerts',
  396. 'hosts.host.alert.noAlerts.message':'There are no alerts for this host.',
  397. 'hosts.host.healthStatus.heartBeatNotReceived':'The server has not received a heartbeat from this host for more than 3 minutes.',
  398. 'hosts.host.healthStatus.mastersDown':"The following master components are down:\n",
  399. 'hosts.host.healthStatus.slavesDown':"The following slave components are down:\n",
  400. 'hosts.decommission.popup.body':'Are you sure?',
  401. 'hosts.decommission.popup.header':'Confirmation',
  402. 'hosts.delete.popup.body':'Are you sure?',
  403. 'hosts.delete.popup.header':'Confirmation',
  404. 'hosts.cant.do.popup.header':'Operation not allowed',
  405. 'hosts.cant.do.popup.masterList.body':'You cannot delete this host because it is hosting following master services: {0}.',
  406. 'hosts.cant.do.popup.workingList.body':'You cannot delete this host because following slave services are not fully stopped or decommissioned: {0}.',
  407. 'hosts.add.header':'Add Host Wizard',
  408. 'hosts.assignRack':'Assign Rack',
  409. 'charts.horizon.chart.showText':'show',
  410. 'charts.horizon.chart.hideText':'hide',
  411. 'charts.horizon.chart.attributes.cpu':'CPU',
  412. 'charts.horizon.chart.attributes.memory':'Memory',
  413. 'charts.horizon.chart.attributes.network':'Network',
  414. 'charts.horizon.chart.attributes.io':'I/O',
  415. 'charts.heatmap.category.host':'Host',
  416. 'charts.heatmap.item.host.memory':'Memory Used',
  417. 'charts.heatmap.item.host.disk':'Disk Space Used',
  418. 'charts.heatmap.item.host.process':'Total Running Processes',
  419. 'charts.heatmap.category.hdfs':'HDFS',
  420. 'charts.heatmap.category.mapreduce': 'MapReduce',
  421. 'charts.heatmap.unknown': 'Unknown',
  422. 'metric.notFound':'no items found',
  423. 'metric.default':'combined',
  424. 'metric.cpu':'cpu',
  425. 'metric.memory':'disk used',
  426. 'metric.network':'network',
  427. 'metric.io':'io',
  428. 'metric.more':'more',
  429. 'metric.more.cpu':'CPU',
  430. 'metric.more.disk':'Disk',
  431. 'metric.more.load':'Load',
  432. 'metric.more.memory':'Memory',
  433. 'metric.more.network':'Network',
  434. 'metric.more.process':'Process',
  435. 'dashboard.clusterMetrics':'Cluster Metrics',
  436. 'dashboard.clusterMetrics.cpu':'CPU Usage',
  437. 'dashboard.clusterMetrics.load':'Cluster Load',
  438. 'dashboard.clusterMetrics.memory':'Memory Usage',
  439. 'dashboard.clusterMetrics.network':'Network Usage',
  440. 'dashboard.services':'Services',
  441. 'dashboard.services.hosts':'Hosts',
  442. 'dashboard.services.uptime':'{0}',
  443. 'dashboard.services.hdfs.summary':'{0} of {1} nodes live, {2}% capacity used',
  444. 'dashboard.services.hdfs.nanmenode':'NameNode',
  445. 'dashboard.services.hdfs.snanmenode':'Secondary NameNode',
  446. 'dashboard.services.hdfs.capacity':'HDFS Disk Capacity',
  447. 'dashboard.services.hdfs.capacityUsed':'{0} / {1} ({2}% used)',
  448. 'dashboard.services.hdfs.totalFilesAndDirs':'Total Files + Directories',
  449. 'dashboard.services.hdfs.datanodes':'DataNodes',
  450. 'dashboard.services.hdfs.datanodecounts':'DataNodes Status',
  451. 'dashboard.services.hdfs.version':'Version',
  452. 'dashboard.services.hdfs.nameNodeWebUI':'NameNode Web UI',
  453. 'dashboard.services.hdfs.nodes.live':'live',
  454. 'dashboard.services.hdfs.nodes.dead':'dead',
  455. 'dashboard.services.hdfs.nodes.decom':'decommissioning',
  456. 'dashboard.services.hdfs.nodes.uptime':'NameNode Uptime',
  457. 'dashboard.services.hdfs.nodes.heap':'NameNode Heap',
  458. 'dashboard.services.hdfs.nodes.heapUsed':'{0} / {1} ({2}% used)',
  459. 'dashboard.services.hdfs.chart.label':'Capacity (Used/Total)',
  460. 'dashboard.services.mapreduce.summary':'{0} of {1} trackers live, {2} jobs running, {3} jobs waiting',
  461. 'dashboard.services.mapreduce.taskTrackers':'TaskTrackers',
  462. 'dashboard.services.mapreduce.taskTrackerCounts':'TaskTrackers Status',
  463. 'dashboard.services.mapreduce.trackers':'Trackers',
  464. 'dashboard.services.mapreduce.nodes.blacklist':'blacklist',
  465. 'dashboard.services.mapreduce.nodes.graylist':'graylist',
  466. 'dashboard.services.mapreduce.slotCapacity':'Total Slots Capacity',
  467. 'dashboard.services.mapreduce.trackersSummary':'{0} live / {1} total',
  468. 'dashboard.services.mapreduce.jobs':'Total Jobs',
  469. 'dashboard.services.mapreduce.jobsSummary':'{0} submitted / {1} completed',
  470. 'dashboard.services.mapreduce.mapSlots':'Map Slots',
  471. 'dashboard.services.mapreduce.mapSlotsSummary':'{0} occupied / {1} reserved',
  472. 'dashboard.services.mapreduce.reduceSlots':'Reduce Slots',
  473. 'dashboard.services.mapreduce.tasks.maps':'Tasks: Maps',
  474. 'dashboard.services.mapreduce.tasks.reduces':'Tasks: Reduces',
  475. 'dashboard.services.mapreduce.reduceSlotsSummary':'{0} occupied / {1} reserved',
  476. 'dashboard.services.mapreduce.tasksSummary':'{0} running / {1} waiting',
  477. 'dashboard.services.mapreduce.slotCapacitySummary':'{0} maps / {1} reduces / {2} avg per node',
  478. 'dashboard.services.mapreduce.jobTrackerHeap':'JobTracker Heap',
  479. 'dashboard.services.mapreduce.jobTrackerHeapSummary':'{0} of {1} ({2}% used)',
  480. 'dashboard.services.mapreduce.jobTrackerUptime':'Job Trackers Uptime',
  481. 'dashboard.services.mapreduce.chart.label':'Jobs Running',
  482. 'dashboard.services.hbase.summary':'{0} region servers with {1} average load',
  483. 'dashboard.services.hbase.masterServer':'HBase Master',
  484. 'dashboard.services.hbase.masterServerHeap':'Master Heap',
  485. 'dashboard.services.hbase.masterServerHeap.summary':'{0} / {1} ({2}% used)',
  486. 'dashboard.services.hbase.masterServerUptime':'Master Server Uptime',
  487. 'dashboard.services.hbase.averageLoad':'Average Load',
  488. 'dashboard.services.hbase.averageLoadPerServer':'{0} regions per Region Server',
  489. 'dashboard.services.hbase.regionServers':'Region Servers',
  490. 'dashboard.services.hbase.regionServersSummary':'{0} live / {1} total',
  491. 'dashboard.services.hbase.chart.label':'Request Count',
  492. 'dashboard.services.hbase.version':'Version',
  493. 'dashboard.services.hbase.masterWebUI':'Master Web UI',
  494. 'dashboard.services.hbase.regions.transition':'Regions In Transition',
  495. 'dashboard.services.hbase.masterStarted':'Master Started',
  496. 'dashboard.services.hbase.masterActivated':'Master Activated',
  497. 'dashboard.services.hive.client': '{0} Hive Client',
  498. 'dashboard.services.hive.clients': '{0} Hive Clients',
  499. 'dashboard.services.oozie.client': '{0} Oozie Client',
  500. 'dashboard.services.oozie.clients': '{0} Oozie Clients',
  501. 'dashboard.services.oozie.webUi': 'Oozie Web UI',
  502. 'dashboard.services.ganglia.webUi': 'Ganglia Web UI',
  503. 'dashboard.services.ganglia.monitors': 'Ganglia Monitors',
  504. 'dashboard.services.zookeeper.prefix': '{0} of',
  505. 'dashboard.services.zookeeper.title': '{0} ZooKeepers',
  506. 'dashboard.services.zookeeper.postfix': 'running',
  507. 'dashboard.services.configs.popup.stopService.header':'Stop service',
  508. 'dashboard.services.configs.popup.stopService.body' : 'Service needs to be stopped for reconfiguration',
  509. 'dashboard.services.configs.popup.restartService.header' : 'Restart service',
  510. 'dashboard.services.configs.popup.restartService.body' : 'Service needs to be restarted for reconfiguration',
  511. 'timeRange.presets.1hour':'1h',
  512. 'timeRange.presets.12hour':'12h',
  513. 'timeRange.presets.1day':'1d',
  514. 'timeRange.presets.1week':'1wk',
  515. 'timeRange.presets.1month':'1mo',
  516. 'timeRange.presets.1year':'1yr',
  517. 'apps.avgTable.avg': 'Avg',
  518. 'apps.avgTable.min': 'Min',
  519. 'apps.avgTable.max': 'Max',
  520. 'apps.avgTable.jobs': 'Jobs',
  521. 'apps.avgTable.input': 'Input',
  522. 'apps.avgTable.output': 'Output',
  523. 'apps.avgTable.duration': 'Duration',
  524. 'apps.avgTable.oldest': 'Oldest',
  525. 'apps.avgTable.mostRecent': 'Most Recent',
  526. 'apps.filters.all': 'All',
  527. 'apps.filters.filtered': 'Filtered',
  528. 'apps.filters.clearFilters': 'Clear filters',
  529. 'apps.filters.paginationInfo': '{0} - {1} of {2}',
  530. 'apps.filters.customRunDate':'Run Date custom filter',
  531. 'apps.filters.nothingToShow': 'No jobs to display',
  532. 'apps.dagCharts.popup':'Job Charts',
  533. 'apps.dagCharts.popup.job': 'Job',
  534. 'apps.dagCharts.popup.dag':'DAG',
  535. 'apps.dagCharts.popup.tasks':'Timeline & Tasks',
  536. 'apps.dagCharts.popup.tasks.timeline':'Job Timeline',
  537. 'apps.dagCharts.popup.tasks.tasks':'Job Tasks',
  538. 'apps.isRunning.popup.title':'Is running',
  539. 'apps.isRunning.popup.content':'Job is running now',
  540. 'nagios.alerts.unavailable':'Alerts Unavailable',
  541. 'menu.item.dashboard':'Dashboard',
  542. 'menu.item.heatmaps':'Heatmaps',
  543. 'menu.item.services':'Services',
  544. 'menu.item.hosts':'Hosts',
  545. 'menu.item.jobs':'Jobs',
  546. 'menu.item.admin':'Admin'
  547. };