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/08 01:04:35 UTC

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

Author: yusaku
Date: Fri Mar  8 00:04:35 2013
New Revision: 1454178

URL: http://svn.apache.org/r1454178
Log:
AMBARI-1570. Dashboard - missing translations. (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=1454178&r1=1454177&r2=1454178&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Fri Mar  8 00:04:35 2013
@@ -440,6 +440,8 @@ Trunk (unreleased changes):
 
  BUG FIXES
 
+ AMBARI-1570. Dashboard - missing translations. (Xi Wang via yusaku)
+
  AMBARI-1569. Add AMBARI-1536 and 1537 back. (Xi Wang via yusaku)
 
  AMBARI-1579. Admin page side nav does not use the correct style and does

Modified: incubator/ambari/trunk/ambari-web/app/messages.js
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/messages.js?rev=1454178&r1=1454177&r2=1454178&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/messages.js (original)
+++ incubator/ambari/trunk/ambari-web/app/messages.js Fri Mar  8 00:04:35 2013
@@ -881,9 +881,11 @@ Em.I18n.translations = {
   'dashboard.services.hbase.masterActivated':'Master Activated',
 
   'dashboard.services.hive.clients':'Hive Clients',
+  'dashboard.services.hive.client':'Hive Client',
 
   'dashboard.services.oozie.webUi':'Oozie Web UI',
   'dashboard.services.oozie.clients':'Oozie Clients',
+  'dashboard.services.oozie.client':'Oozie Client',
 
   'dashboard.services.configs.popup.stopService.header':'Stop service',
   'dashboard.services.configs.popup.stopService.body' : 'Service needs to be stopped for reconfiguration',