Browse Source

AMBARI-1552. Missing translations on Dashboard. (Xi Wang via yusaku)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1454148 13f79535-47bb-0310-9956-ffa450edef68
Yusaku Sako 12 năm trước cách đây
mục cha
commit
ee9c5b37a5
2 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 2 0
      CHANGES.txt
  2. 5 0
      ambari-web/app/messages.js

+ 2 - 0
CHANGES.txt

@@ -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) 
 

+ 5 - 0
ambari-web/app/messages.js

@@ -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',