You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2013/03/07 23:48:44 UTC

svn commit: r1454148 - in /incubator/ambari/trunk: CHANGES.txt ambari-web/app/messages.js

Author: yusaku
Date: Thu Mar  7 22:48:43 2013
New Revision: 1454148

URL: http://svn.apache.org/r1454148
Log:
AMBARI-1552. Missing translations on Dashboard. (Xi Wang via yusaku)

Modified:
    incubator/ambari/trunk/CHANGES.txt
    incubator/ambari/trunk/ambari-web/app/messages.js

Modified: incubator/ambari/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1454148&r1=1454147&r2=1454148&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Thu Mar  7 22:48:43 2013
@@ -428,6 +428,8 @@ Trunk (unreleased changes):
 
  BUG FIXES
 
+ AMBARI-1552. Missing translations on Dashboard. (Xi Wang via yusaku)
+
  AMBARI-1549. Cluster name displayed incorrectly in the top nav. (Xi Wang
  via yusaku) 
 

Modified: incubator/ambari/trunk/ambari-web/app/messages.js
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/messages.js?rev=1454148&r1=1454147&r2=1454148&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/messages.js (original)
+++ incubator/ambari/trunk/ambari-web/app/messages.js Thu Mar  7 22:48:43 2013
@@ -868,6 +868,11 @@ Em.I18n.translations = {
   'dashboard.services.hbase.masterStarted':'Master Started',
   'dashboard.services.hbase.masterActivated':'Master Activated',
 
+  'dashboard.services.hive.clients':'Hive Clients',
+
+  'dashboard.services.oozie.webUi':'Oozie Web UI',
+  'dashboard.services.oozie.clients':'Oozie Clients',
+
   'dashboard.services.configs.popup.stopService.header':'Stop service',
   'dashboard.services.configs.popup.stopService.body' : 'Service needs to be stopped for reconfiguration',
   'dashboard.services.configs.popup.restartService.header' : 'Restart service',