messages.js 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397
  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. 'login.header':'Sign in',
  24. 'login.username':'Username',
  25. 'login.password':'Password',
  26. 'login.loginButton':'Sign in',
  27. 'login.error':'Invalid username/password combination.',
  28. 'graphs.noData.title': 'No Data',
  29. 'graphs.noData.message': 'There was no data available. Possible reasons include inaccessible Ganglia service.',
  30. 'graphs.error.title': 'Error',
  31. 'graphs.error.message': 'There was a problem getting data for the chart ({0}: {1})',
  32. 'services.nagios.description':'Nagios Monitoring and Alerting system',
  33. 'services.ganglia.description':'Ganglia Metrics Collection system',
  34. 'services.hdfs.description':'Apache Hadoop Distributed File System',
  35. 'services.mapreduce.description':'Apache Hadoop Distributed Processing Framework',
  36. 'services.sqoop.description':'Tool for transferring bulk data between Apache Hadoop and structured data stores such as relational databases',
  37. 'services.pig.description':'Scripting platform for analyzing large datasets',
  38. 'services.hive.description':'Data warehouse system for ad-hoc queries & analysis of large datasets and table & storage management service',
  39. 'services.oozie.description':'System for workflow coordination and execution of Apache Hadoop jobs',
  40. 'services.zookeeper.description':'ZooKeeper desc',
  41. 'services.hbase.description':'Non-relational distributed database and centralized service for configuration management & synchronization',
  42. 'services.alerts.OK.timePrefix': 'OK for ',
  43. 'services.alerts.WARN.timePrefix': 'WARN for ',
  44. 'services.alerts.CRIT.timePrefix': 'CRIT for ',
  45. 'services.alerts.headingOfList': 'Alerts and Health Checks',
  46. 'services.alerts.goToService': 'Go to Service',
  47. 'services.alerts.goToNagios': 'Go to Nagios Web UI',
  48. 'topnav.logo.href':'http://incubator.apache.org/ambari/',
  49. 'topnav.help.href':'https://cwiki.apache.org/confluence/display/AMBARI/Ambari',
  50. 'installer.header':'Cluster Install Wizard',
  51. 'installer.navigation.warning.header':'Navigation Warning',
  52. 'installer.step1.header':'Welcome',
  53. 'installer.step1.body.header':'Welcome to Apache Ambari!',
  54. 'installer.step1.body':'Ambari makes it easy to install, manage, and monitor Hadoop clusters.<br>' +
  55. 'We will walk you through the cluster installation process with this step-by-step wizard.',
  56. 'installer.step1.clusterName':'Name your cluster',
  57. 'installer.step1.clusterName.tooltip.title':'Cluster Name',
  58. 'installer.step1.clusterName.tooltip.content':'Enter a unique cluster name. Cluster name cannot be changed later.',
  59. 'installer.step1.clusterName.error.required':'Cluster Name is required',
  60. 'installer.step1.clusterName.error.whitespaces':'Cluster Name cannot contain white spaces',
  61. 'installer.step1.clusterName.error.specialChar':'Cluster Name cannot contain special characters',
  62. 'installer.step2.header':'Install Options',
  63. 'installer.step2.body':'Enter the list of hosts to be included in the cluster, provide your SSH key, and optionally specify a local repository.',
  64. 'installer.step2.targetHosts':'Target Hosts',
  65. 'installer.step2.targetHosts.info':'Enter a list of host names, one per line',
  66. 'installer.step2.hostPattern.tooltip.title':'Pattern Expressions',
  67. 'installer.step2.hostPattern.tooltip.content':'You can use pattern expressions to specify a number of target hosts. For example, to specify host1 thru host10, enter host[1-10] in the target hosts textarea.',
  68. 'installer.step2.hostName.error.required':'You must specify at least one host name',
  69. 'installer.step2.hostName.error.notRequired':'Host Names will be ignored if not using SSH to automatically configure hosts',
  70. 'installer.step2.hostName.error.invalid':'Invalid Host Name(s)',
  71. 'installer.step2.hostName.pattern.header':'Host name pattern expressions',
  72. 'installer.step2.sshKey':'Host Connectivity Information',
  73. 'installer.step2.sshKey.error.required':'SSH Private Key is required',
  74. 'installer.step2.passphrase.error.match':'Passphrases do not match',
  75. 'installer.step2.manualInstall.label':'Do not use SSH to automatically configure hosts ',
  76. 'installer.step2.manualInstall.info':'By not using SSH to connect to the target hosts, you must manually install and start the ' +
  77. 'Ambari Agent on each host in order for the wizard to perform the necessary configurations and software installs.',
  78. 'installer.step2.advancedOption':'Advanced Options',
  79. 'installer.step2.repoConf':'Software Repository Configuration File Path',
  80. 'installer.step2.advancedOptions.header':'Advanced Options',
  81. 'installer.step2.localRepo.label_use':'Use a',
  82. 'installer.step2.localRepo.label_instead':'instead of downloading software packages from the Internet',
  83. 'installer.step2.localRepo.error.required':'Local repository file path is required',
  84. 'installer.step2.localRepo.tooltip.title':'Local Software Repository',
  85. 'installer.step2.localRepo.tooltip.content': 'The cluster install requires access to the Internet to fetch software ' +
  86. 'from a remote repository. In some cases, adequate bandwidth is not available and you want to prevent downloading ' +
  87. 'packages from the remote repository over and over again. Other times, Internet access is not available from the ' +
  88. 'hosts in your cluster. In these situations, you must set up a version of the repository that your machines can ' +
  89. 'access locally and this is called a <b>Local Software Repository</b>',
  90. 'installer.step2.javaHome.label' : 'Path to 64-bit JDK',
  91. 'installer.step2.javaHome.tooltip.title' : 'JAVA_HOME',
  92. '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.',
  93. 'installer.step2.useSsh.provide' : 'Provide your',
  94. 'installer.step2.useSsh.provide_id_rsa' : '(id_rsa for root) and use SSH to automatically',
  95. 'installer.step2.useSsh.tooltip.title':'SSH Private Key',
  96. '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.',
  97. 'installer.step2.manualInstall.tooltip.title':'Not Using SSH (Manual Install)',
  98. 'installer.step2.manualInstall.tooltip.content':'If you do not wish Ambari to automatically configure the target hosts via SSH,' +
  99. ' you have the option of configuring them yourself. This involves installing and starting Ambari Agent on each of your target hosts.',
  100. 'installer.step2.manualInstall.popup.header':'Before You Proceed',
  101. '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>',
  102. 'installer.step3.header':'Confirm Hosts',
  103. 'installer.step3.body':'Registering your hosts.<br>' +
  104. 'Please confirm the host list and remove any hosts you do not want to include the cluster.',
  105. 'installer.step3.hostLog.popup.header':'Registration log for {0}',
  106. 'installer.step3.hosts.remove.popup.header':'Remove Hosts',
  107. 'installer.step3.hosts.remove.popup.body':'Are you sure you want to remove the selected host(s)?',
  108. 'installer.step3.hosts.retry.popup.header':'Retry Host Discovery',
  109. 'installer.step3.hosts.retry.popup.body':'Are you sure you want to retry discovery of the selected host(s)?',
  110. 'installer.step3.hostInformation.popup.header':'Error in retrieving host Information',
  111. 'installer.step3.hostInformation.popup.body' : 'All bootstrapped hosts registered but unable to retrieve cpu and memory related information',
  112. 'installer.step4.header':'Choose Services',
  113. 'installer.step4.body':'Choose which services you want to install on your cluster.',
  114. 'installer.step4.mapreduceCheck.popup.header':'MapReduce Needed',
  115. '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?',
  116. 'installer.step4.monitoringCheck.popup.header':'Limited Functionality Warning',
  117. '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?',
  118. 'installer.step5.header':'Assign Masters',
  119. 'installer.step5.attention':' hosts not running master services',
  120. 'installer.step5.body':'Assign master components to hosts you want to run them on.',
  121. 'installer.step5.body.hive':'<i class="icon-asterisks">&#10037</i> Hive Server, Hive Metastore, and WebHCat Server will be co-hosted on the same server.',
  122. 'installer.step6.header':'Assign Slaves and Clients',
  123. '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 ',
  124. 'installer.step6.error.mustSelectOne':'You must assign at least one host to each.',
  125. 'installer.step6.error.mustSelectOneForHost':'You must assign at least one slave/client component to each.',
  126. 'installer.step7.header':'Customize Services',
  127. 'installer.step7.body':'We have come up with recommended configurations for the services you selected. Customize them as you see fit.',
  128. 'installer.step7.attentionNeeded':'<strong>Attention:</strong> Some configurations need your attention before you can proceed.',
  129. 'installer.step8.header':'Review',
  130. 'installer.step8.body':'Please review the cluster configuration before installation',
  131. 'installer.step9.header':'Install, Start and Test',
  132. 'installer.step9.body':'Please wait while the selected services are installed, started, and tested on your new cluster.',
  133. 'installer.step9.status.success':'Successfully installed and started the cluster.',
  134. 'installer.step9.status.warning':'Installed and started the cluster with some warnings.',
  135. 'installer.step9.status.failed':'Failed to install/start the cluster.',
  136. 'installer.step9.host.status.success':'Success',
  137. 'installer.step9.host.status.warning':'Warnings encountered',
  138. 'installer.step9.host.status.failed':'Failures encountered',
  139. 'installer.step9.host.status.nothingToInstall':'Nothing to install',
  140. 'installer.step9.hostLog.popup.header':'Tasks. executed on ',
  141. 'installer.step10.header':'Summary',
  142. 'installer.step10.body':'Here is the summary of the cluster install process.',
  143. 'form.create':'Create',
  144. 'form.save':'Save',
  145. 'form.cancel':'Cancel',
  146. 'form.password':'Password',
  147. 'form.passwordRetype':'Retype Password',
  148. 'form.saveSuccess':'Successfully saved.',
  149. 'form.saveError':'Sorry, errors occured.',
  150. 'form.validator.invalidIp':'Please enter valid ip address',
  151. 'admin.advanced.title':'Advanced',
  152. 'admin.advanced.caution':'This section is for advanced user only.<br/>Proceed with caution.',
  153. 'admin.advanced.button.uninstallIncludingData':'Uninstall cluster including all data.',
  154. 'admin.advanced.button.uninstallKeepData':'Uninstall cluster but keep data.',
  155. 'admin.advanced.popup.header':'Uninstall Cluster',
  156. /*'admin.advanced.popup.text':'Uninstall Cluster',*/
  157. 'admin.audit.grid.date':"Date/Time",
  158. 'admin.audit.grid.category':"Category",
  159. 'admin.audit.grid.operationName':"Operation",
  160. 'admin.audit.grid.performedBy':"Performed By",
  161. 'admin.audit.grid.service':"Category",
  162. 'admin.authentication.form.method.database':'Use Ambari Database to authenticate users',
  163. 'admin.authentication.form.method.ldap':'Use LDAP/Active Directory to authenticate',
  164. 'admin.authentication.form.primaryServer':'Primary Server',
  165. 'admin.authentication.form.secondaryServer':'Secondary Server',
  166. 'admin.authentication.form.useSsl':'Use SSL',
  167. 'admin.authentication.form.bind.anonymously':"Bind Anonymously",
  168. 'admin.authentication.form.bind.useCrenedtials':"Use Credentials To Bind",
  169. 'admin.authentication.form.bindUserDN':'Bind User DN',
  170. 'admin.authentication.form.searchBaseDN':'Search Base DN',
  171. 'admin.authentication.form.usernameAttribute':'Username Attribute',
  172. 'admin.authentication.form.userDN':'User DN',
  173. 'admin.authentication.form.password':'Password',
  174. 'admin.authentication.form.configurationTest':'Configuration Test',
  175. 'admin.authentication.form.testConfiguration':'Test Configuration',
  176. 'admin.authentication.form.test.success':'The configuration passes the test',
  177. 'admin.authentication.form.test.fail':'The configuration fails the test',
  178. 'admin.security.title':'Kerberos Security has not been enabled on this cluster.',
  179. 'admin.security.button.enable':'Enable Kerberos Security on this cluster',
  180. 'admin.users.ldapAuthentionUsed':'LDAP Authentication is being used to authenticate users',
  181. 'admin.users.delete.yourself.message':'You can\'t delete yourself',
  182. 'admin.users.delete.yourself.header':'Deleting warning',
  183. 'admin.users.delete.header':'Delete {0}',
  184. 'admin.users.addButton':'Add Local User',
  185. 'admin.users.delete':'delete',
  186. 'admin.users.edit':'edit',
  187. 'admin.users.privileges':'Admin',
  188. 'admin.users.type':'Type',
  189. 'admin.users.action':'Action',
  190. 'admin.users.password':'Password',
  191. 'admin.users.passwordRetype':'Retype Password',
  192. 'admin.users.username':'Username',
  193. 'question.sure':'Are you sure?',
  194. 'yes':'Yes',
  195. 'no':'No',
  196. 'services.service.start':'Start',
  197. 'services.service.stop':'Stop',
  198. 'services.service.confirmation.header':'Confirmation',
  199. 'services.service.confirmation.body':'Are you sure?',
  200. 'services.service.summary.version':'Version',
  201. 'services.service.summary.nameNode':'NameNode Web UI',
  202. 'services.service.summary.nameNodeUptime':'NameNode Uptime',
  203. 'services.service.summary.nameNodeHeap':'NameNode Heap',
  204. 'services.service.summary.pendingUpgradeStatus':'Upgrade Status',
  205. 'services.service.summary.pendingUpgradeStatus.pending':'Pending upgrade',
  206. 'services.service.summary.pendingUpgradeStatus.notPending':'No pending upgrade',
  207. 'services.service.summary.safeModeStatus':'Safe Mode Status',
  208. 'services.service.summary.safeModeStatus.inSafeMode':'In safe mode',
  209. 'services.service.summary.safeModeStatus.notInSafeMode':'Not in safe mode',
  210. 'services.service.summary.dataNodes':'DataNodes',
  211. 'services.service.summary.diskCapacity':'HDFS Disk Capacity',
  212. 'services.service.summary.blocksTotal':'Blocks (total)',
  213. 'services.service.summary.blockErrors':'Block Errors',
  214. 'services.service.summary.totalFiles':'Total Files + Dirs',
  215. 'services.service.summary.jobTracker':'JobTracker',
  216. 'services.service.summary.jobTrackerWebUI':'JobTracker Web UI',
  217. 'services.service.summary.jobTrackerUptime':'JobTracker Uptime',
  218. 'services.service.summary.trackersLiveTotal':'Trackers',
  219. 'services.service.summary.trackersBlacklistGraylist':'Trackers',
  220. 'services.service.summary.jobTrackerHeap':'JobTracker Heap',
  221. 'services.service.summary.totalSlotsCapacity':'Total Slots Capacity',
  222. 'services.service.summary.totalJobs':'Total Jobs',
  223. 'services.service.summary.currentSlotUtiliMaps':'Map Slots',
  224. 'services.service.summary.currentSlotUtiliReduces':'Reduce Slots',
  225. 'services.service.summary.tasksMaps':'Tasks: Maps',
  226. 'services.service.summary.tasksReduces':'Tasks: Reduces',
  227. 'services.service.summary.hbaseMaster':'HBase Master Web UI',
  228. 'services.service.summary.regionServerCount':'Region Server Count',
  229. 'services.service.summary.regionInTransition':'Region In Transition',
  230. 'services.service.summary.masterStarted':'Master Started',
  231. 'services.service.summary.masterActivated':'Master Activated',
  232. 'services.service.summary.averageLoad':'Average Load',
  233. 'services.service.summary.masterHeap':'Master Heap',
  234. 'services.service.summary.moreStats':'more stats here',
  235. 'services.service.summary.clientCount': '{0} Client Hosts',
  236. 'services.service.actions.run.rebalancer':'Run Rebalancer',
  237. 'services.service.actions.run.compaction':'Run Compaction',
  238. 'services.service.actions.run.smoke':'Run Smoke Test',
  239. 'services.service.actions.maintenance':'Maintenance',
  240. 'services.service.summary.unknown':'unknown',
  241. 'services.add.header':'Add Service Wizard',
  242. 'hosts.host.start.popup.header':'Confirmation',
  243. 'hosts.host.stop.popup.header':'Confirmation',
  244. 'hosts.host.start.popup.body':'Are you sure?',
  245. 'hosts.host.stop.popup.body':'Are you sure?',
  246. 'hosts.assignedToRack.popup.body':'Are you sure?',
  247. 'hosts.assignedToRack.popup.header':'Confirmation',
  248. 'hosts.decommission.popup.body':'Are you sure?',
  249. 'hosts.decommission.popup.header':'Confirmation',
  250. 'hosts.delete.popup.body':'Are you sure?',
  251. 'hosts.delete.popup.header':'Confirmation',
  252. 'hosts.cant.do.popup.header':'Operation not allowed',
  253. 'hosts.cant.do.popup.masterList.body':'You cannot delete this host because it is hosting following master services: {0}.',
  254. 'hosts.cant.do.popup.workingList.body':'You cannot delete this host because following slave services are not fully stopped or decommissioned: {0}.',
  255. 'hosts.add.header':'Add Host Wizard',
  256. 'hosts.add.step2.warning':'Hosts are already part of the cluster and will be ignored',
  257. 'hosts.assignRack':'Assign Rack',
  258. 'charts.horizon.chart.showText':'show',
  259. 'charts.horizon.chart.hideText':'hide',
  260. 'charts.horizon.chart.attributes.cpu':'CPU',
  261. 'charts.horizon.chart.attributes.memory':'Memory',
  262. 'charts.horizon.chart.attributes.network':'Network',
  263. 'charts.horizon.chart.attributes.io':'I/O',
  264. 'charts.heatmap.category.host':'Host',
  265. 'charts.heatmap.item.host.memory':'Memory Used',
  266. 'charts.heatmap.item.host.disk':'Disk Space Used',
  267. 'charts.heatmap.item.host.process':'Total Running Processes',
  268. 'charts.heatmap.category.hdfs':'HDFS',
  269. 'charts.heatmap.category.mapreduce': 'MapReduce',
  270. 'charts.heatmap.unknown': 'Unknown',
  271. 'metric.default':'combined',
  272. 'metric.cpu':'cpu',
  273. 'metric.memory':'disk used',
  274. 'metric.network':'network',
  275. 'metric.io':'io',
  276. 'metric.more':'more',
  277. 'metric.more.cpu':'CPU',
  278. 'metric.more.disk':'Disk',
  279. 'metric.more.load':'Load',
  280. 'metric.more.memory':'Memory',
  281. 'metric.more.network':'Network',
  282. 'metric.more.process':'Process',
  283. 'dashboard.services':'Services',
  284. 'dashboard.services.hosts':'Hosts',
  285. 'dashboard.services.uptime':'{0}',
  286. 'dashboard.services.hdfs.summary':'{0} of {1} nodes live, {2}% capacity free',
  287. 'dashboard.services.hdfs.nanmenode':'NameNode',
  288. 'dashboard.services.hdfs.snanmenode':'Secondary NameNode',
  289. 'dashboard.services.hdfs.capacity':'HDFS Disk Capacity',
  290. 'dashboard.services.hdfs.capacityUsed':'{0} / {1} ({2}% used)',
  291. 'dashboard.services.hdfs.totalFilesAndDirs':'Total Files + Directories',
  292. 'dashboard.services.hdfs.datanodes':'DataNodes',
  293. 'dashboard.services.hdfs.datanodecounts':'DataNodes Status',
  294. 'dashboard.services.hdfs.version':'Version',
  295. 'dashboard.services.hdfs.nameNodeWebUI':'NameNode Web UI',
  296. 'dashboard.services.hdfs.nodes.live':'live',
  297. 'dashboard.services.hdfs.nodes.dead':'dead',
  298. 'dashboard.services.hdfs.nodes.decom':'decommissioning',
  299. 'dashboard.services.hdfs.nodes.uptime':'NameNode Uptime',
  300. 'dashboard.services.hdfs.nodes.heap':'NameNode Heap',
  301. 'dashboard.services.hdfs.nodes.heapUsed':'{0} / {1} ({2}% used)',
  302. 'dashboard.services.hdfs.chart.label':'Capacity (Free/Used)',
  303. 'dashboard.services.mapreduce.summary':'{0} of {1} trackers live, {2} jobs running, {3} jobs waiting',
  304. 'dashboard.services.mapreduce.taskTrackers':'TaskTrackers',
  305. 'dashboard.services.mapreduce.taskTrackerCounts':'TaskTrackers Status',
  306. 'dashboard.services.mapreduce.trackers':'Trackers',
  307. 'dashboard.services.mapreduce.nodes.blacklist':'blacklist',
  308. 'dashboard.services.mapreduce.nodes.graylist':'graylist',
  309. 'dashboard.services.mapreduce.slotCapacity':'Total Slots Capacity',
  310. 'dashboard.services.mapreduce.trackersSummary':'{0} live / {1} total',
  311. 'dashboard.services.mapreduce.jobs':'Total Jobs',
  312. 'dashboard.services.mapreduce.jobsSummary':'{0} submitted / {1} completed',
  313. 'dashboard.services.mapreduce.mapSlots':'Map Slots',
  314. 'dashboard.services.mapreduce.mapSlotsSummary':'{0} occupied / {1} reserved',
  315. 'dashboard.services.mapreduce.reduceSlots':'Reduce Slots',
  316. 'dashboard.services.mapreduce.tasks.maps':'Tasks: Maps',
  317. 'dashboard.services.mapreduce.tasks.reduces':'Tasks: Reduces',
  318. 'dashboard.services.mapreduce.reduceSlotsSummary':'{0} occupied / {1} reserved',
  319. 'dashboard.services.mapreduce.tasksSummary':'{0} running / {1} waiting',
  320. 'dashboard.services.mapreduce.slotCapacitySummary':'{0} maps / {1} reduces / {2} avg per node',
  321. 'dashboard.services.mapreduce.jobTrackerHeap':'JobTracker Heap',
  322. 'dashboard.services.mapreduce.jobTrackerHeapSummary':'{0} of {1} ({2}% used)',
  323. 'dashboard.services.mapreduce.jobTrackerUptime':'Job Trackers Uptime',
  324. 'dashboard.services.mapreduce.chart.label':'Jobs Running',
  325. 'dashboard.services.hbase.summary':'{0} region servers with {1} average load',
  326. 'dashboard.services.hbase.masterServer':'HBase Master',
  327. 'dashboard.services.hbase.masterServerHeap':'Master Heap',
  328. 'dashboard.services.hbase.masterServerHeap.summary':'{0} / {1} ({2}% used)',
  329. 'dashboard.services.hbase.masterServerUptime':'Master Server Uptime',
  330. 'dashboard.services.hbase.averageLoad':'Average Load',
  331. 'dashboard.services.hbase.averageLoadPerServer':'{0} regions per Region Server',
  332. 'dashboard.services.hbase.regionServers':'Region Servers',
  333. 'dashboard.services.hbase.regionServersSummary':'{0} live / {1} total',
  334. 'dashboard.services.hbase.chart.label':'Request Count',
  335. 'dashboard.services.hbase.version':'Version',
  336. 'dashboard.services.hbase.masterWebUI':'Master Web UI',
  337. 'dashboard.services.hbase.regions.transition':'Regions In Transition',
  338. 'dashboard.services.hbase.masterStarted':'Master Started',
  339. 'dashboard.services.hbase.masterActivated':'Master Activated',
  340. 'dashboard.services.configs.popup.stopService.header':'Stop service',
  341. 'dashboard.services.configs.popup.stopService.body' : 'Service needs to be stopped for reconfiguration',
  342. 'dashboard.services.configs.popup.restartService.header' : 'Restart service',
  343. 'dashboard.services.configs.popup.restartService.body' : 'Service needs to be restarted for reconfiguration',
  344. 'timeRange.presets.1hour':'1h',
  345. 'timeRange.presets.12hour':'12h',
  346. 'timeRange.presets.1day':'1d',
  347. 'timeRange.presets.1week':'1wk',
  348. 'timeRange.presets.1month':'1mo',
  349. 'timeRange.presets.1year':'1yr',
  350. 'apps.filters.customRunDate':'Run Date custom filter',
  351. 'apps.dagCharts.popup':'DAG/Charts',
  352. 'nagios.alerts.unavailable':'Alerts Unavailable'
  353. };